Home
last modified time | relevance | path

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

/src/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
/src/contrib/llvm-project/llvm/lib/IR/ !
H A DDebugProgramInstruction.cpp130 bool DbgRecord::isEquivalentTo(const DbgRecord &R) const { in isEquivalentTo() function in llvm::DbgRecord
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ !
H A DNewGVN.cpp371 bool isEquivalentTo(const CongruenceClass *Other) const { in isEquivalentTo() function in __anon4fc2225d0111::CongruenceClass
3316 assert(BeforeCC->isEquivalentTo(AfterCC) && in verifyIterationSettled()
/src/contrib/llvm-project/llvm/lib/CodeGen/ !
H A DAssignmentTrackingAnalysis.cpp2007 cast<DbgVariableRecord *>(A.Source)->isEquivalentTo( in joinAssignment()