Home
last modified time | relevance | path

Searched refs:isEquivalentTo (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h272 bool isEquivalentTo(const DPValue &Other) { in isEquivalentTo() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp371 bool isEquivalentTo(const CongruenceClass *Other) const { in isEquivalentTo() function in __anonb04f3f7e0111::CongruenceClass
3315 assert(BeforeCC->isEquivalentTo(AfterCC) && in verifyIterationSettled()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2001 cast<DPValue *>(A.Source)->isEquivalentTo(*cast<DPValue *>(B.Source))) in joinAssignment()