Home | History | Annotate | Download | only in Chapter5

Lines Matching refs:block

55       (* Grab the first block so that we might later add the conditional branch
66 (* Codegen of 'then' can change the current block, update then_bb for the
76 (* Codegen of 'else' can change the current block, update else_bb for the
80 (* Emit merge block. *)
86 (* Return to the start block to add the conditional branch. *)
90 (* Set a unconditional branch at the end of the 'then' block and the
91 * 'else' block to the 'merge' block. *)
95 (* Finally, set the builder to the end of the merge block. *)
103 (* Make the new basic block for the loop header, inserting after current
104 * block. *)
109 (* Insert an explicit fall through from the current block to the
149 (* Create the "after loop" block and insert it. *)
206 (* Create a new basic block to start insertion into. *)