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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp1282 void computeAssignment(unsigned ValNo, JoinVals &Other);
1360 /// Recursively calls computeAssignment() on this and Other, guaranteeing that
1402 computeAssignment(V.RedefVNI->id, Other);
1426 Other.computeAssignment(OtherVNI->id, *this);
1460 Other.computeAssignment(V.OtherVNI->id, *this);
1551 void JoinVals::computeAssignment(unsigned ValNo, JoinVals &Other) { function in class:JoinVals
1588 computeAssignment(i, Other);
1795 // computeAssignment(), the value that was originally copied could have

Completed in 129 milliseconds