reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/RegAllocGreedy.cpp
 1703         IntvIn = Cand.IntvIdx;
 1719     if (!IntvIn && !IntvOut) {
 1726     if (IntvIn && IntvOut)
 1727       SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut);
 1728     else if (IntvIn)
 1729       SE->splitRegInBlock(BI, IntvIn, IntfIn);