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 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,

Completed in 415 milliseconds