Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h279 bool isIdenticalToWhenDefined(const DPValue &Other) { in isIdenticalToWhenDefined() function
H A DInstruction.h849 bool isIdenticalToWhenDefined(const Instruction *I) const LLVM_READONLY;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp764 return isIdenticalToWhenDefined(I) && in isIdenticalTo()
768 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { in isIdenticalToWhenDefined() function in Instruction
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp253 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in AreEquivalentAddressValues()
H A DMemoryDependenceAnalysis.cpp217 Call->isIdenticalToWhenDefined(CallB)) in getCallDependencyFrom()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp365 if (LHSI->isIdenticalToWhenDefined(RHSI)) { in isEqualImpl()
624 return LGEP->isIdenticalToWhenDefined(RGEP); in isEqual()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1349 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()
H A DInstCombinePHI.cpp1578 if (!PN.isIdenticalToWhenDefined(&IdenticalPN)) in visitPHINode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1606 return I1->isIdenticalToWhenDefined(I2); in hoistCommonCodeFromSuccessors()
1623 if (AllInstsAreIdentical && !I1->isIdenticalToWhenDefined(I2)) in hoistCommonCodeFromSuccessors()
H A DLocal.cpp1367 if (!DuplicatePN->isIdenticalToWhenDefined(PN)) in EliminateDuplicatePHINodesNaiveImpl()