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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp1310 void pruneValues(JoinVals &Other, SmallVectorImpl<SlotIndex> &EndPoints);
1755 void JoinVals::pruneValues(JoinVals &Other, function in class:JoinVals
1877 LHSVals.pruneValues(RHSVals, EndPoints);
1878 RHSVals.pruneValues(LHSVals, EndPoints);

Completed in 120 milliseconds