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

  /external/llvm/lib/Analysis/
Loads.cpp 36 // Use isIdenticalToWhenDefined instead of isIdenticalTo because
43 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI))
MemoryDependenceAnalysis.cpp 225 CS.getInstruction()->isIdenticalToWhenDefined(Inst))
    [all...]
  /external/llvm/lib/VMCore/
Instruction.cpp 177 return isIdenticalToWhenDefined(I) &&
181 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
184 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const {
  /external/llvm/include/llvm/
Instruction.h 279 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
282 bool isIdenticalToWhenDefined(const Instruction *I) const;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 353 // This uses isIdenticalToWhenDefined instead of isIdenticalTo because
362 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI))
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 106 milliseconds