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

References

lib/CodeGen/MachineBlockPlacement.cpp
 1601     assert(MBB->isEHPad() == IsEHPad &&
 1604     BlockChain &SuccChain = *BlockToChain[MBB];
 1611     BlockFrequency CandidateFreq = MBFI->getBlockFreq(MBB);
 1612     LLVM_DEBUG(dbgs() << "    " << getBlockName(MBB) << " -> ";
 1636     BestBlock = MBB;