Lines Matching defs:BBID
20 // blocks. The cloned block's BBID will have the same BaseID as the original
51 // Clones the given block and assigns the given `CloneID` to its BBID. Copies
57 // Create the clone block and set its BBID based on the original block.
87 // their `BBID::BaseID`.
93 unsigned BBID = ClonePath[I];
94 const MachineBasicBlock *PathBB = BBIDToBlock.lookup(BBID);
96 WithColor::warning() << "no block with id " << BBID << " in function "
104 << "block #" << BBID << " is not a successor of block #"
116 << "block #" << BBID
127 << "block #" << BBID
137 << "block #" << BBID
166 for (unsigned BBID : ClonePath)
167 ++NClonesForBBID[BBID];
171 for (unsigned BBID : ClonePath) {
172 MachineBasicBlock *OrigBB = BBIDToBlock.at(BBID);
185 CloneMachineBasicBlock(*OrigBB, ++NClonesForBBID[BBID]);