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

References

lib/CodeGen/RegAllocGreedy.cpp
 1696     unsigned Number = BI.MBB->getNumber();
 1699     if (BI.LiveIn) {
 1708     if (BI.LiveOut) {
 1720       LLVM_DEBUG(dbgs() << printMBBReference(*BI.MBB) << " isolated.\n");
 1721       if (SA->shouldSplitSingleBlock(BI, SingleInstrs))
 1722         SE->splitSingleBlock(BI);
 1729       SE->splitRegInBlock(BI, IntvIn, IntfIn);
 1731       SE->splitRegOutBlock(BI, IntvOut, IntfOut);