Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h516 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 DAliasAnalysis.cpp647 ModRefInfo AAResults::callCapturesBefore(const Instruction *I, in callCapturesBefore() function in AAResults
H A DMemoryDependenceAnalysis.cpp616 MR = BatchAA.callCapturesBefore(Inst, MemLoc, &DT); in getSimplePointerDependencyFrom()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1094 MR = BAA.callCapturesBefore(C, DestWithSrcSize, DT); in performCallSlotOptzn()