Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:block

15 (* Create an alloca instruction in the entry block of the function. This
103 (* Grab the first block so that we might later add the conditional branch
114 (* Codegen of 'then' can change the current block, update then_bb for the
124 (* Codegen of 'else' can change the current block, update else_bb for the
128 (* Emit merge block. *)
134 (* Return to the start block to add the conditional branch. *)
138 (* Set a unconditional branch at the end of the 'then' block and the
139 * 'else' block to the 'merge' block. *)
143 (* Finally, set the builder to the end of the merge block. *)
170 (* Create an alloca for the variable in the entry block. *)
179 (* Make the new basic block for the loop header, inserting after current
180 * block. *)
183 (* Insert an explicit fall through from the current block to the
224 (* Create the "after loop" block and insert it. *)
348 (* Create a new basic block to start insertion into. *)