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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2330 /// Recursively calls computeAssignment() on this and Other, guaranteeing that
2339 void computeAssignment(unsigned ValNo, JoinVals &Other);
2574 computeAssignment(V.RedefVNI->id, Other);
2605 Other.computeAssignment(OtherVNI->id, *this);
2639 Other.computeAssignment(V.OtherVNI->id, *this);
2762 void JoinVals::computeAssignment(unsigned ValNo, JoinVals &Other) { function in class:JoinVals
2815 computeAssignment(i, Other);
3007 // computeAssignment(), the value that was originally copied could have

Completed in 54 milliseconds