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

References

lib/CodeGen/RegAllocGreedy.cpp
 1986     if (unsigned B = Cand.getBundles(BundleCand, BestCand)) {
 1988       Cand.IntvIdx = SE->openIntv();
 1989       LLVM_DEBUG(dbgs() << "Split for " << printReg(Cand.PhysReg, TRI) << " in "
 1990                         << B << " bundles, intv " << Cand.IntvIdx << ".\n");