HomeSort by relevance Sort by last modified time
    Searched refs:entry_block (Results 1 - 10 of 10) sorted by null

  /external/llvm/test/Bindings/Ocaml/
analysis.ml 24 let at_entry = builder_at_end context (entry_block fn) in
scalar_opts.ml 39 ignore (build_ret_void (builder_at_end context (entry_block fn)));
executionengine.ml 29 let b = builder_at_end (global_context ()) (entry_block fn) in
36 let b = builder_at_end (global_context ()) (entry_block fn) in
vmcore.ml 486 let b = builder_at_end context (entry_block fn) in
513 let b = builder_at_end context (entry_block fn) in
575 ignore (build_unreachable (builder_at_end context (entry_block fn)));
589 ignore (build_unreachable (builder_at_end context (entry_block fn)));
598 ignore (build_unreachable (builder_at_end context (entry_block fn)));
610 ignore (build_unreachable (builder_at_end context (entry_block fn)));
692 insist (bb = entry_block fn);
714 let bb = entry_block fn in
722 let bb = entry_block fn in
763 let bb = entry_block f i
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_files.cc 196 disk_cache::CacheEntryBlock entry_block(file, address);
197 if (!entry_block.Load())
200 memcpy(entry, entry_block.Data(), sizeof(*entry));
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 18 let builder = builder_at context (instr_begin (entry_block the_function)) in
  /external/v8/src/
hydrogen.h 211 HBasicBlock* entry_block() const { return entry_block_; } function in class:v8::internal::HGraph
    [all...]
hydrogen.cc 377 ReachabilityAnalyzer(HBasicBlock* entry_block,
384 PushBlock(entry_block);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 639 external entry_block : llvalue -> llbasicblock = "LLVMGetEntryBasicBlock"
    [all...]
llvm.mli 1308 val entry_block : llvalue -> llbasicblock var
    [all...]

Completed in 65 milliseconds