HomeSort by relevance Sort by last modified time
    Searched refs:callCapturesBefore (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 486 /// callCapturesBefore - Return information about whether a particular call
488 ModRefResult callCapturesBefore(const Instruction *I,
492 /// callCapturesBefore - A convenience wrapper.
493 ModRefResult callCapturesBefore(const Instruction *I, const Value *P,
495 return callCapturesBefore(I, Location(P, Size), DT);
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 438 AliasAnalysis::callCapturesBefore(const Instruction *I,
MemoryDependenceAnalysis.cpp 523 MR = AA->callCapturesBefore(Inst, MemLoc, DT);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 702 MR = AA.callCapturesBefore(C, cpyDest, srcSize, &DT);
    [all...]

Completed in 274 milliseconds