Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1740 bool isPrunedValue(unsigned ValNo, JoinVals &Other);
2257 bool JoinVals::isPrunedValue(unsigned ValNo, JoinVals &Other) { in isPrunedValue() function in JoinVals
2268 V.Pruned = Other.isPrunedValue(V.OtherVNI->id, *this); in isPrunedValue()
2314 if (isPrunedValue(i, Other)) { in pruneValues()