Home | History | Annotate | Download | only in tutorial

Lines Matching full:append_block

361       let then_bb = append_block context "then" the_function in
414 let else_bb = append_block context "else" the_function in
430 let merge_bb = append_block context "ifcont" the_function in
696 let loop_bb = append_block context "loop" the_function in
796 let after_bb = append_block context "afterloop" the_function in
1245 let then_bb = append_block context "then" the_function in
1257 let else_bb = append_block context "else" the_function in
1266 let merge_bb = append_block context "ifcont" the_function in
1292 let loop_bb = append_block context "loop" the_function in
1336 let after_bb = append_block context "afterloop" the_function in
1392 let bb = append_block context "entry" the_function in