Lines Matching refs:the_function
58 let the_function = block_parent start_bb in
60 let then_bb = append_block context "then" the_function in
72 let else_bb = append_block context "else" the_function in
81 let merge_bb = append_block context "ifcont" the_function in
106 let the_function = block_parent preheader_bb in
107 let loop_bb = append_block context "loop" the_function in
151 let after_bb = append_block context "afterloop" the_function in
204 let the_function = codegen_proto proto in
207 let bb = append_block context "entry" the_function in
217 Llvm_analysis.assert_valid_function the_function;
220 let _ = PassManager.run_function the_function the_fpm in
222 the_function
224 delete_function the_function;