Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp503 return isIdenticalToWhenDefined(I) && in isIdenticalTo()
507 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { in isIdenticalToWhenDefined() function in Instruction
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.h707 bool isIdenticalToWhenDefined(const Instruction *I) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoads.cpp259 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in AreEquivalentAddressValues()
H A DMemoryDependenceAnalysis.cpp218 Call->isIdenticalToWhenDefined(CallB)) in getCallDependencyFrom()
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Dphi-eq.ll4 ; Instruction::isIdenticalToWhenDefined, as previously that function was
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1464 if (!DBI1 || !DBI2 || !DBI1->isIdenticalToWhenDefined(DBI2)) { in HoistThenElseCodeToIf()
1470 if (isa<PHINode>(I1) || !I1->isIdenticalToWhenDefined(I2)) in HoistThenElseCodeToIf()
1488 if (!I1NonDbg->isIdenticalToWhenDefined(I2NonDbg)) in HoistThenElseCodeToIf()
1571 if (!DBI1 || !DBI2 || !DBI1->isIdenticalToWhenDefined(DBI2)) { in HoistThenElseCodeToIf()
1577 } while (I1->isIdenticalToWhenDefined(I2)); in HoistThenElseCodeToIf()
H A DLocal.cpp1200 if (!DuplicatePN->isIdenticalToWhenDefined(PN)) in EliminateDuplicatePHINodesNaiveImpl()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp331 if (LHSI->isIdenticalToWhenDefined(RHSI)) in isEqualImpl()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1269 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()
H A DInstCombinePHI.cpp1536 if (!PN.isIdenticalToWhenDefined(&IdenticalPN)) in visitPHINode()