Searched refs:callCapturesBefore (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | AliasAnalysis.h | 516 ModRefInfo callCapturesBefore(const Instruction *I, 520 return callCapturesBefore(I, MemLoc, DT, AAQIP); 524 ModRefInfo callCapturesBefore(const Instruction *I, const Value *P, 526 return callCapturesBefore(I, MemoryLocation(P, Size), DT); 594 ModRefInfo callCapturesBefore(const Instruction *I, 661 ModRefInfo callCapturesBefore(const Instruction *I, 664 return AA.callCapturesBefore(I, MemLoc, DT, AAQI);
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | AliasAnalysis.cpp | 647 ModRefInfo AAResults::callCapturesBefore(const Instruction *I, in callCapturesBefore() function in AAResults
|
H A D | MemoryDependenceAnalysis.cpp | 616 MR = BatchAA.callCapturesBefore(Inst, MemLoc, &DT); in getSimplePointerDependencyFrom()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 1094 MR = BAA.callCapturesBefore(C, DestWithSrcSize, DT); in performCallSlotOptzn()
|