Lines Matching refs:the_function
76 let the_function = block_parent start_bb in
78 let then_bb = append_block context "then" the_function in
90 let else_bb = append_block context "else" the_function in
99 let merge_bb = append_block context "ifcont" the_function in
124 let the_function = block_parent preheader_bb in
125 let loop_bb = append_block context "loop" the_function in
169 let after_bb = append_block context "afterloop" the_function in
222 let the_function = codegen_proto proto in
233 let bb = append_block context "entry" the_function in
243 Llvm_analysis.assert_valid_function the_function;
246 let _ = PassManager.run_function the_function the_fpm in
248 the_function
250 delete_function the_function;