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

References

lib/CodeGen/MachineBlockPlacement.cpp
 2638     LLVM_DEBUG(dbgs() << (ChainBB == *FunctionChain.begin() ? "Placing chain "
 2640                       << getBlockName(ChainBB) << "\n");
 2641     if (InsertPos != MachineFunction::iterator(ChainBB))
 2642       F->splice(InsertPos, ChainBB);
 2647     if (ChainBB == *FunctionChain.begin())
 2649     MachineBasicBlock *PrevBB = &*std::prev(MachineFunction::iterator(ChainBB));