Home
last modified time | relevance | path

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

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