Searched refs:callCapturesBefore (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/llvm/include/llvm/Analysis/ |
| D | AliasAnalysis.h | 480 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/ |
| D | AliasAnalysis.cpp | 416 AliasAnalysis::callCapturesBefore(const Instruction *I, in callCapturesBefore() function in AliasAnalysis
|
| D | MemoryDependenceAnalysis.cpp | 519 MR = AA->callCapturesBefore(Inst, MemLoc, DT); in getPointerDependencyFrom()
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | MemCpyOptimizer.cpp | 696 MR = AA.callCapturesBefore(C, cpyDest, srcSize, &DT); in performCallSlotOptzn()
|