Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2469 void computeAssignment(unsigned ValNo, JoinVals &Other);
2705 computeAssignment(V.RedefVNI->id, Other); in analyzeValue()
2736 Other.computeAssignment(OtherVNI->id, *this); in analyzeValue()
2770 Other.computeAssignment(V.OtherVNI->id, *this); in analyzeValue()
2917 void JoinVals::computeAssignment(unsigned ValNo, JoinVals &Other) { in computeAssignment() function in JoinVals
2970 computeAssignment(i, Other); in mapValues()