Searched refs:run_function (Results 1 – 17 of 17) sorted by relevance
/external/vixl/examples/ |
D | check-bounds.cc | 62 void run_function(Simulator *simulator, Instruction * function, in run_function() function 91 run_function(&simulator, function, 546, 50, 1000); in main() 92 run_function(&simulator, function, 62, 100, 200); in main() 93 run_function(&simulator, function, 200, 100, 200); in main()
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
D | codegen.ml | 365 let _ = PassManager.run_function the_function the_fpm in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
D | codegen.ml | 98 let _ = PassManager.run_function the_function the_fpm in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
D | codegen.ml | 220 let _ = PassManager.run_function the_function the_fpm in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
D | codegen.ml | 246 let _ = PassManager.run_function the_function the_fpm in
|
/external/llvm/test/Bindings/OCaml/ |
D | scalar_opts.ml | 83 ++ PassManager.run_function fn
|
D | core.ml | 1469 ++ PassManager.run_function fn
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl4.rst | 195 let _ = PassManager.run_function the_function the_fpm in 266 "``Llvm_executionengine.ExecutionEngine.run_function``" function. This 281 let result = ExecutionEngine.run_function the_function [||] 339 ``run_function``. 786 let _ = PassManager.run_function the_function the_fpm in 832 let result = ExecutionEngine.run_function the_function [||]
|
D | OCamlLangImpl6.rst | 1305 let _ = PassManager.run_function the_function the_fpm in 1351 let result = ExecutionEngine.run_function the_function [||]
|
D | OCamlLangImpl5.rst | 1232 let _ = PassManager.run_function the_function the_fpm in 1278 let result = ExecutionEngine.run_function the_function [||]
|
D | OCamlLangImpl7.rst | 1584 let _ = PassManager.run_function the_function the_fpm in 1630 let result = ExecutionEngine.run_function the_function [||]
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 1353 external run_function : llvalue -> [ `Function ] t -> bool
|
D | llvm.mli | 2560 (** [run_function f fpm] executes all of the function passes scheduled in the 2564 val run_function : llvalue -> [ `Function ] t -> bool val
|