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

/art/compiler/dex/
H A Dmir_graph.h371 class BasicBlock : public DeletableArenaObject<kArenaAllocBB> { class in namespace:art
373 BasicBlock(BasicBlockId block_id, BBType type, ArenaAllocator* allocator) function in class:art::BasicBlock
424 BasicBlock* Copy(CompilationUnit* c_unit);
425 BasicBlock* Copy(MIRGraph* mir_graph);
433 * @brief Kill the BasicBlock.
491 DISALLOW_COPY_AND_ASSIGN(BasicBlock);
515 ChildBlockIterator(BasicBlock* bb, MIRGraph* mir_graph);
516 BasicBlock* Next();
519 BasicBlock* basic_block_;
580 BasicBlock* FindBloc
[all...]

Completed in 62 milliseconds