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

  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 393 return canInstructionRangeModify(BB.front(), BB.back(), Loc);
396 /// canInstructionRangeModify - Return true if it is possible for the execution
401 bool AliasAnalysis::canInstructionRangeModify(const Instruction &I1,
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 478 /// canInstructionRangeModify - Return true if it is possible for the
482 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2,
485 /// canInstructionRangeModify - A convenience wrapper.
486 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2,
488 return canInstructionRangeModify(I1, I2, Location(Ptr, Size));

Completed in 83 milliseconds