Lines Matching full:basic
209 /// basic block.
212 /// of this basic block.
215 /// block. This means that subtracting basic block offsets always gives a
222 /// Size - Size of the basic block in bytes. If the block contains
242 /// WaterList - A sorted list of basic blocks where islands could be placed
256 /// highest basic block where a new CPEntry can be placed. To ensure this
468 // This pass invalidates liveness information when it splits basic blocks.
471 // Renumber all of the machine basic blocks in the function, guaranteeing that
539 // Create the basic block to hold the CPE's.
547 // Mark the basic block as required by the const-pool.
551 // The function needs to be as aligned as the basic blocks. The linker may
601 /// BBHasFallthrough - Return true if the specified basic block can fallthrough
604 // Get the next machine basic block in the function.
658 // First thing, compute the size of all basic blocks, and see if the function
767 // Basic size info comes from the TSFlags field.
839 assert(I != MBB->end() && "Didn't find MI in its own basic block?");
876 /// Split the basic block containing MI into two blocks, which are joined by
965 /// Water (a basic block) will be in range for the specific MI.
1032 /// BBIsJumpedOver - Return true of the specified basic block's only predecessor
1433 // Mark the basic block as aligned as required by the const-pool entry.
1456 /// sizes and offsets of impacted basic blocks.
1560 // The basic block we are branching too much be longword aligned.