Home
last modified time | relevance | path

Searched refs:isIdenticalToWhenDefined (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Analysis/
DLoads.cpp50 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in AreEquivalentAddressValues()
DMemoryDependenceAnalysis.cpp240 CS.getInstruction()->isIdenticalToWhenDefined(Inst)) in getCallSiteDependencyFrom()
/external/llvm/lib/IR/
DInstruction.cpp333 return isIdenticalToWhenDefined(I) && in isIdenticalTo()
340 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { in isIdenticalToWhenDefined() function in Instruction
/external/llvm/include/llvm/IR/
DInstruction.h420 bool isIdenticalToWhenDefined(const Instruction *I) const;
/external/llvm/test/Transforms/JumpThreading/
Dphi-eq.ll4 ; Instruction::isIdenticalToWhenDefined, as previously that function was
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1004 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1094 if (!DBI1 || !DBI2 || !DBI1->isIdenticalToWhenDefined(DBI2)) { in HoistThenElseCodeToIf()
1100 if (isa<PHINode>(I1) || !I1->isIdenticalToWhenDefined(I2) || in HoistThenElseCodeToIf()
1138 if (!DBI1 || !DBI2 || !DBI1->isIdenticalToWhenDefined(DBI2)) { in HoistThenElseCodeToIf()
1144 } while (I1->isIdenticalToWhenDefined(I2)); in HoistThenElseCodeToIf()