Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h162 LLVM_ABI bool isIdenticalToWhenDefined(const DbgRecord &R) const;
499 return DbgLoc == Other.DbgLoc && isIdenticalToWhenDefined(Other); in isEquivalentTo()
503 bool isIdenticalToWhenDefined(const DbgVariableRecord &Other) const { in isIdenticalToWhenDefined() function
H A DInstruction.h939 isIdenticalToWhenDefined(const Instruction *I,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp117 bool DbgRecord::isIdenticalToWhenDefined(const DbgRecord &R) const { in isIdenticalToWhenDefined() function in llvm::DbgRecord
122 return cast<DbgVariableRecord>(this)->isIdenticalToWhenDefined( in isIdenticalToWhenDefined()
132 return getDebugLoc() == R.getDebugLoc() && isIdenticalToWhenDefined(R); in isEquivalentTo()
H A DInstruction.cpp928 return isIdenticalToWhenDefined(I) && in isIdenticalTo()
932 bool Instruction::isIdenticalToWhenDefined(const Instruction *I, in isIdenticalToWhenDefined() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp362 if (LHSI->isIdenticalToWhenDefined(RHSI, /*IntersectAttrs=*/true)) { in isEqualImpl()
549 return LHSI->isIdenticalToWhenDefined(RHSI, /*IntersectAttrs=*/true); in isEqual()
618 return LGEP->isIdenticalToWhenDefined(RGEP); in isEqual()
H A DDeadStoreElimination.cpp2291 if (DefInst->isIdenticalToWhenDefined(UpperInst, in eliminateRedundantStoresOfExistingValues()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp282 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in AreEquivalentAddressValues()
H A DMemoryDependenceAnalysis.cpp214 Call->isIdenticalToWhenDefined(CallB)) in getCallDependencyFrom()
H A DScalarEvolution.cpp6016 if (!CommonInst->isIdenticalToWhenDefined(IncomingInst)) in createNodeForPHIWithIdenticalOperands()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1385 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()
H A DInstCombinePHI.cpp1628 if (!PN.isIdenticalToWhenDefined(&IdenticalPN)) in visitPHINode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1590 return Itrs[0].first->isIdenticalToWhenDefined(*I); in hoistLockstepIdenticalDbgVariableRecords()
1624 if (I1->isIdenticalToWhenDefined(I2, /*IntersectAttrs=*/true)) in areIdenticalUpToCommutativity()
H A DLocal.cpp1405 if (!DuplicatePN->isIdenticalToWhenDefined(PN)) in EliminateDuplicatePHINodesNaiveImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc21350 …struction24isIdenticalToWhenDefinedEPKS0_", "llvm::Instruction::isIdenticalToWhenDefined(llvm::Ins…