Home | History | Annotate | Download | only in Ocaml

Lines Matching refs:bb1

703   (* CHECK: Bb1
707 let bb = append_block context "Bb1" fn in
1105 let bb1 = append_block context "SwiBlock1" fn in
1110 let si = build_switch p1 bb3 1 (builder_at_end context bb1) in begin
1121 let bb1 = append_block context "MallocBlock1" fn in
1123 (builder_at_end context bb1)) in
1124 ignore (build_free m1 (builder_at_end context bb1));
1125 ignore (build_array_malloc i32_type p1 "m2" (builder_at_end context bb1));
1126 ignore (build_unreachable (builder_at_end context bb1));
1132 let bb1 = append_block context "IBRBlock1" fn in
1141 let ibr = build_indirect_br addr 2 (builder_at_end context bb1) in