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 38 // Use isIdenticalToWhenDefined instead of isIdenticalTo because
45 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI))
MemoryDependenceAnalysis.cpp 229 CS.getInstruction()->isIdenticalToWhenDefined(Inst))
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 322 return isIdenticalToWhenDefined(I) &&
326 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
329 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const {
  /external/llvm/include/llvm/IR/
Instruction.h 358 /// isIdenticalToWhenDefined - This is like isIdenticalTo, except that it
361 bool isIdenticalToWhenDefined(const Instruction *I) const;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 581 // This uses isIdenticalToWhenDefined instead of isIdenticalTo because
590 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI))
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 107 milliseconds