Searched refs:AliasSet (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | AliasSetTracker.h | 34 class AliasSet; variable 36 class AliasSet : public ilist_node<AliasSet> { 42 AliasSet *AS; 83 AliasSet *getAliasSet(AliasSetTracker &AST) { in getAliasSet() 86 AliasSet *OldAS = AS; in getAliasSet() 94 void setAliasSet(AliasSet *as) { in setAliasSet() 111 AliasSet *Forward; // Forwarding pointer. 177 void mergeSetIn(AliasSet &AS, AliasSetTracker &AST); 224 friend struct ilist_sentinel_traits<AliasSet>; 225 AliasSet() [all …]
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | AliasSetTracker.cpp | 30 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn() 82 void AliasSetTracker::removeAliasSet(AliasSet *AS) { in removeAliasSet() 83 if (AliasSet *Fwd = AS->Forward) { in removeAliasSet() 90 void AliasSet::removeFromTracker(AliasSetTracker &AST) { in removeFromTracker() 95 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer() 125 void AliasSet::addUnknownInst(Instruction *I, AliasAnalysis &AA) { in addUnknownInst() 144 bool AliasSet::aliasesPointer(const Value *Ptr, uint64_t Size, in aliasesPointer() 178 bool AliasSet::aliasesUnknownInst(const Instruction *Inst, in aliasesUnknownInst() 217 AliasSet *AliasSetTracker::findAliasSetForPointer(const Value *Ptr, in findAliasSetForPointer() 220 AliasSet *FoundSet = nullptr; in findAliasSetForPointer() [all …]
|
| /NextBSD/contrib/llvm/include/llvm/Transforms/Utils/ |
| HD | LoopUtils.h | 23 class AliasSet; variable 250 bool promoteLoopAccessesToScalars(AliasSet &, SmallVectorImpl<BasicBlock*> &,
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | LICM.cpp | 469 AliasSet &AS = *I; in canSinkOrHoistInst() 798 bool llvm::promoteLoopAccessesToScalars(AliasSet &AS, in promoteLoopAccessesToScalars() 852 for (AliasSet::iterator ASI = AS.begin(), E = AS.end(); ASI != E; ++ASI) { in promoteLoopAccessesToScalars()
|
| /NextBSD/contrib/llvm/include/llvm/Target/ |
| HD | Target.td | 133 // is used to populate the SubRegs and AliasSet fields of TargetRegisterDesc.
|