Lines Matching full:basic
44 STATISTIC(NumSplit, "Number of basic blocks split");
50 /// basic block.
53 /// of this basic block.
55 /// The offset is always aligned as required by the basic block.
58 /// Size - Size of the basic block in bytes. If the block contains
129 /// BBHasFallthrough - Return true if the specified basic block can fallthrough
132 // Get the next machine basic block in the function.
152 // First thing, compute the size of all basic blocks, and see if the function
185 assert(I != MBB->end() && "Didn't find MI in its own basic block?");
205 /// Split the basic block containing MI into two blocks, which are joined by
454 // Relaxing branches involves creating new basic blocks, so re-eval
480 // Renumber all of the machine basic blocks in the function, guaranteeing that
488 DEBUG(dbgs() << " Basic blocks before relaxation\n");
498 DEBUG(dbgs() << " Basic blocks after relaxation\n");