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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp1286 bool isPrunedValue(unsigned ValNo, JoinVals &Other);
1740 bool JoinVals::isPrunedValue(unsigned ValNo, JoinVals &Other) { function in class:JoinVals
1751 V.Pruned = Other.isPrunedValue(V.OtherVNI->id, *this);
1792 if (isPrunedValue(i, Other)) {

Completed in 122 milliseconds