Lines Matching refs:block
73 (* Grab the first block so that we might later add the conditional branch
84 (* Codegen of 'then' can change the current block, update then_bb for the
94 (* Codegen of 'else' can change the current block, update else_bb for the
98 (* Emit merge block. *)
104 (* Return to the start block to add the conditional branch. *)
108 (* Set a unconditional branch at the end of the 'then' block and the
109 * 'else' block to the 'merge' block. *)
113 (* Finally, set the builder to the end of the merge block. *)
121 (* Make the new basic block for the loop header, inserting after current
122 * block. *)
127 (* Insert an explicit fall through from the current block to the
167 (* Create the "after loop" block and insert it. *)
232 (* Create a new basic block to start insertion into. *)