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

/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h512 ModRefInfo callCapturesBefore(const Instruction *I,
517 ModRefInfo callCapturesBefore(const Instruction *I, const Value *P, function in class:llvm::AAResults
520 return callCapturesBefore(I, MemoryLocation(P, Size), DT, OBB);
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DAliasAnalysis.cpp310 ModRefInfo AAResults::callCapturesBefore(const Instruction *I, function in class:AAResults
H A DMemoryDependenceAnalysis.cpp500 // AliasAnalysis::callCapturesBefore.
705 MR = AA->callCapturesBefore(Inst, MemLoc, DT, &OBB);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp821 MR = AA.callCapturesBefore(C, cpyDest, srcSize, &DT);

Completed in 48 milliseconds