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 518 /// callCapturesBefore - Return information about whether a particular call
520 ModRefResult callCapturesBefore(const Instruction *I,
524 /// callCapturesBefore - A convenience wrapper.
525 ModRefResult callCapturesBefore(const Instruction *I, const Value *P,
527 return callCapturesBefore(I, Location(P, Size), DT);
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 427 AliasAnalysis::callCapturesBefore(const Instruction *I,

Completed in 215 milliseconds