Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h523 ModRefInfo callCapturesBefore(const Instruction *I,
528 ModRefInfo callCapturesBefore(const Instruction *I, const Value *P,
531 return callCapturesBefore(I, MemoryLocation(P, Size), DT, OBB);
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp428 ModRefInfo AAResults::callCapturesBefore(const Instruction *I, in callCapturesBefore() function in AAResults
DMemoryDependenceAnalysis.cpp652 MR = AA.callCapturesBefore(Inst, MemLoc, &DT, &OBB); in getSimplePointerDependencyFrom()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp909 MR = AA.callCapturesBefore(C, cpyDest, srcSize, &DT); in performCallSlotOptzn()