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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1377 void computeAssignment(unsigned ValNo, JoinVals &Other);
1456 /// Recursively calls computeAssignment() on this and Other, guaranteeing that
1498 computeAssignment(V.RedefVNI->id, Other);
1525 Other.computeAssignment(OtherVNI->id, *this);
1559 Other.computeAssignment(V.OtherVNI->id, *this);
1665 void JoinVals::computeAssignment(unsigned ValNo, JoinVals &Other) { function in class:JoinVals
1702 computeAssignment(i, Other);
1910 // computeAssignment(), the value that was originally copied could have

Completed in 65 milliseconds