Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h165 bool isEquivalentTo(const DbgRecord &R) const;
479 bool isEquivalentTo(const DbgVariableRecord &Other) const { in isEquivalentTo() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp130 bool DbgRecord::isEquivalentTo(const DbgRecord &R) const { in isEquivalentTo() function in llvm::DbgRecord
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp371 bool isEquivalentTo(const CongruenceClass *Other) const { in isEquivalentTo() function in __anonb3555ec80111::CongruenceClass
3316 assert(BeforeCC->isEquivalentTo(AfterCC) && in verifyIterationSettled()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2007 cast<DbgVariableRecord *>(A.Source)->isEquivalentTo( in joinAssignment()