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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2370 bool isPrunedValue(unsigned ValNo, JoinVals &Other);
2946 bool JoinVals::isPrunedValue(unsigned ValNo, JoinVals &Other) { function in class:JoinVals
2957 V.Pruned = Other.isPrunedValue(V.OtherVNI->id, *this);
3004 if (isPrunedValue(i, Other)) {

Completed in 57 milliseconds