Home | History | Annotate | Download | only in Ocaml

Lines Matching refs:bb1

735   (* CHECK: Bb1
739 let bb = append_block context "Bb1" fn in
1147 let bb1 = append_block context "SwiBlock1" fn in
1152 let si = build_switch p1 bb3 1 (builder_at_end context bb1) in begin
1163 let bb1 = append_block context "MallocBlock1" fn in
1165 (builder_at_end context bb1)) in
1166 ignore (build_free m1 (builder_at_end context bb1));
1167 ignore (build_array_malloc i32_type p1 "m2" (builder_at_end context bb1));
1168 ignore (build_unreachable (builder_at_end context bb1));
1174 let bb1 = append_block context "IBRBlock1" fn in
1183 let ibr = build_indirect_br addr 2 (builder_at_end context bb1) in