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

/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h478 /// callCapturesBefore - Return information about whether a particular call
480 ModRefResult callCapturesBefore(const Instruction *I,
484 /// callCapturesBefore - A convenience wrapper.
485 ModRefResult callCapturesBefore(const Instruction *I, const Value *P, function in class:llvm::AliasAnalysis
487 return callCapturesBefore(I, Location(P, Size), DT);
/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DAliasAnalysis.cpp416 AliasAnalysis::callCapturesBefore(const Instruction *I, function in class:AliasAnalysis
H A DMemoryDependenceAnalysis.cpp519 MR = AA->callCapturesBefore(Inst, MemLoc, DT);
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp696 MR = AA.callCapturesBefore(C, cpyDest, srcSize, &DT);

Completed in 98 milliseconds