Home
last modified time | relevance | path

Searched defs:BasicBlock (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dmir_graph.h391 struct BasicBlock { struct
392 BasicBlockId id; argument
393 BasicBlockId dfs_id; argument
395 BasicBlockId fall_through; argument
396 BasicBlockId taken; argument
397 BasicBlockId i_dom; // Immediate dominator. argument
411 BasicBlockDataFlow* data_flow_info; argument
415 GrowableArray<BasicBlockId>* predecessors; argument
432 BasicBlock* Copy(CompilationUnit* c_unit); argument
475 return arena->Alloc(sizeof(BasicBlock), kArenaAllocBB); in new() argument
[all …]
/art/compiler/jni/portable/
Djni_compiler.h41 class BasicBlock; variable