Searched refs:callCapturesBefore (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | AliasAnalysis.h | 532 ModRefInfo callCapturesBefore(const Instruction *I, 536 return callCapturesBefore(I, MemLoc, DT, AAQIP); 540 ModRefInfo callCapturesBefore(const Instruction *I, const Value *P, 542 return callCapturesBefore(I, MemoryLocation(P, Size), DT); 608 ModRefInfo callCapturesBefore(const Instruction *I, 675 ModRefInfo callCapturesBefore(const Instruction *I, 678 return AA.callCapturesBefore(I, MemLoc, DT, AAQI);
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysis.cpp | 649 ModRefInfo AAResults::callCapturesBefore(const Instruction *I, in callCapturesBefore() function in AAResults
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 1074 MR = BAA.callCapturesBefore(C, DestWithSrcSize, DT); in performCallSlotOptzn()
|