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

  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 484 return canInstructionRangeModRef(BB.front(), BB.back(), Loc, MRI_Mod);
487 /// canInstructionRangeModRef - Return true if it is possible for the
492 bool AAResults::canInstructionRangeModRef(const Instruction &I1,
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 554 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
559 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2,
562 return canInstructionRangeModRef(I1, I2, MemoryLocation(Ptr, Size), Mode);
    [all...]

Completed in 772 milliseconds