Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2271 void computeAssignment(unsigned ValNo, JoinVals &Other);
2501 computeAssignment(V.RedefVNI->id, Other); in analyzeValue()
2532 Other.computeAssignment(OtherVNI->id, *this); in analyzeValue()
2566 Other.computeAssignment(V.OtherVNI->id, *this); in analyzeValue()
2689 void JoinVals::computeAssignment(unsigned ValNo, JoinVals &Other) { in computeAssignment() function in JoinVals
2742 computeAssignment(i, Other); in mapValues()