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

  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 511 /// canInstructionRangeModify - Return true if it is possible for the
515 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2,
518 /// canInstructionRangeModify - A convenience wrapper.
519 bool canInstructionRangeModify(const Instruction &I1, const Instruction &I2,
521 return canInstructionRangeModify(I1, I2, Location(Ptr, Size));
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 521 return canInstructionRangeModify(BB.front(), BB.back(), Loc);
524 /// canInstructionRangeModify - Return true if it is possible for the execution
529 bool AliasAnalysis::canInstructionRangeModify(const Instruction &I1,
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 470 if (AA.canInstructionRangeModify(BB->front(), *Load, Loc))
    [all...]

Completed in 283 milliseconds