|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Analysis/AliasSetTracker.h 257 Value *getPointer() const { return CurNode->getValue(); }
lib/Analysis/AliasSetTracker.cpp 70 if (AA.alias(MemoryLocation(L->getValue(), L->getSize(), L->getAAInfo()),
71 MemoryLocation(R->getValue(), R->getSize(), R->getAAInfo())) !=
146 MemoryLocation(P->getValue(), P->getSize(), P->getAAInfo()),
147 MemoryLocation(Entry.getValue(), Size, AAInfo));
211 return AA.alias(MemoryLocation(SomePtr->getValue(), SomePtr->getSize(),
274 Value *Addr = begin()->getValue();
lib/Analysis/LoopAccessAnalysis.cpp 723 Value *Ptr = A.getValue();
858 Value *Ptr = AV.getValue();
lib/Transforms/Scalar/LICM.cpp 440 !L->isLoopInvariant(AS.begin()->getValue()))
449 PointerMustAliases.insert(ASI.getValue());
lib/Transforms/Scalar/LoopVersioningLICM.cpp 290 Value *SomePtr = AS.begin()->getValue();
296 Value *Ptr = A.getValue();
tools/polly/lib/Analysis/ScopBuilder.cpp 3385 AG.push_back(PtrToAcc[PR.getValue()]);
tools/polly/lib/Analysis/ScopDetection.cpp 1148 Instruction *Inst = dyn_cast<Instruction>(Ptr.getValue());
tools/polly/lib/Analysis/ScopDetectionDiagnostic.cpp 610 Pointers.push_back(I.getValue());