OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:append_block
(Results
1 - 13
of
13
) sorted by null
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml
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
107
let loop_bb =
append_block
context "loop" the_function in
151
let after_bb =
append_block
context "afterloop" the_function in
207
let bb =
append_block
context "entry" the_function in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml
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
125
let loop_bb =
append_block
context "loop" the_function in
169
let after_bb =
append_block
context "afterloop" the_function in
233
let bb =
append_block
context "entry" the_function in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml
108
let then_bb =
append_block
context "then" the_function in
120
let else_bb =
append_block
context "else" the_function in
129
let merge_bb =
append_block
context "ifcont" the_function in
181
let loop_bb =
append_block
context "loop" the_function in
225
let after_bb =
append_block
context "afterloop" the_function in
349
let bb =
append_block
context "entry" the_function in
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
691
let bb =
append_block
context "Bb1" fn in
699
let bb =
append_block
context "Bb2" fn in
704
let bbb =
append_block
context "b" fn in
735
let b1 =
append_block
context "One" f in
736
let b2 =
append_block
context "Two" f in
822
let b = builder_at_end context (
append_block
context "Bb01" fn) in
835
let bb00 =
append_block
context "Bb00" fn in
848
let bb02 =
append_block
context "Bb02" fn in
856
let bb03 =
append_block
context "Bb03" fn in
866
let bb1 =
append_block
context "SwiBlock1" fn i
[
all
...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml
85
let bb =
append_block
context "entry" the_function in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml
85
let bb =
append_block
context "entry" the_function in
/external/llvm/docs/tutorial/
OCamlLangImpl5.html
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
[
all
...]
OCamlLangImpl6.html
303
let bb =
append_block
context "entry" the_function in
[
all
...]
OCamlLangImpl7.html
[
all
...]
OCamlLangImpl3.html
394
let bb =
append_block
context "entry" the_function in
[
all
...]
OCamlLangImpl4.html
860
let bb =
append_block
context "entry" the_function in
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
1317
val
append_block
: llcontext -> string -> llvalue -> llbasicblock
var
[
all
...]
llvm.ml
641
external
append_block
: llcontext -> string -> llvalue -> llbasicblock
[
all
...]
Completed in 116 milliseconds