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

  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 478 /// 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,
487 return callCapturesBefore(I, Location(P, Size), DT);
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 416 AliasAnalysis::callCapturesBefore(const Instruction *I,

Completed in 96 milliseconds