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

  /external/llvm/test/Bindings/Ocaml/
ipo_opts.ml 41 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
42 let b = builder_at_end context (entry_block fn2) in
analysis.ml 24 let at_entry = builder_at_end context (entry_block fn) in
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
scalar_opts.ml 39 ignore (build_ret_void (builder_at_end context (entry_block fn)));
vmcore.ml 496 let b = builder_at_end context (entry_block fn) in
523 let b = builder_at_end context (entry_block fn) in
585 ignore (build_unreachable (builder_at_end context (entry_block fn)));
599 ignore (build_unreachable (builder_at_end context (entry_block fn)));
608 ignore (build_unreachable (builder_at_end context (entry_block fn)));
620 ignore (build_unreachable (builder_at_end context (entry_block fn)));
702 insist (bb = entry_block fn);
724 let bb = entry_block fn in
732 let bb = entry_block fn in
773 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 253 HBasicBlock* entry_block() const { return entry_block_; } function in class:v8::internal::HGraph
    [all...]
hydrogen.cc 444 ReachabilityAnalyzer(HBasicBlock* entry_block,
451 PushBlock(entry_block);
828 MarkAsDeoptimizingRecursively(entry_block());
1014 Analyze(graph_->entry_block());
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 804 external entry_block : llvalue -> llbasicblock = "LLVMGetEntryBasicBlock"
    [all...]
llvm.mli 1465 val entry_block : llvalue -> llbasicblock var
    [all...]

Completed in 726 milliseconds