Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h254 struct BasicBlock { struct
269 BasicBlock* fall_through; argument
270 BasicBlock* taken; argument
271 BasicBlock* i_dom; // Immediate dominator. argument
272 BasicBlockDataFlow* data_flow_info; argument
273 GrowableArray<BasicBlock*>* predecessors; argument
290 BasicBlock* block; argument
/art/compiler/jni/portable/
Djni_compiler.h41 class BasicBlock; variable