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

  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 503 /// canInstructionRangeModify - Return true if it is possible for the
507 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2,
510 /// canInstructionRangeModify - A convenience wrapper.
511 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2,
513 return canInstructionRangeModify(I1, I2, Location(Ptr, Size));
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 478 return canInstructionRangeModify(BB.front(), BB.back(), Loc);
481 /// canInstructionRangeModify - Return true if it is possible for the execution
486 bool AliasAnalysis::canInstructionRangeModify(const Instruction &I1,

Completed in 62 milliseconds