Home
last modified time | relevance | path

Searched refs:callCapturesBefore (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h532 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 DAliasAnalysis.cpp649 ModRefInfo AAResults::callCapturesBefore(const Instruction *I, in callCapturesBefore() function in AAResults
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1074 MR = BAA.callCapturesBefore(C, DestWithSrcSize, DT); in performCallSlotOptzn()