Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DAliasAnalysis.h480 ModRefResult callCapturesBefore(const Instruction *I,
485 ModRefResult callCapturesBefore(const Instruction *I, const Value *P, in callCapturesBefore() function
487 return callCapturesBefore(I, Location(P, Size), DT); in callCapturesBefore()
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DAliasAnalysis.cpp416 AliasAnalysis::callCapturesBefore(const Instruction *I, in callCapturesBefore() function in AliasAnalysis
DMemoryDependenceAnalysis.cpp519 MR = AA->callCapturesBefore(Inst, MemLoc, DT); in getPointerDependencyFrom()
/freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp696 MR = AA.callCapturesBefore(C, cpyDest, srcSize, &DT); in performCallSlotOptzn()