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

/art/compiler/dex/
H A Dglobal_value_numbering.h187 const BasicBlock* GetBasicBlock(uint16_t bb_id) const { function in class:art::GlobalValueNumbering
188 return mir_graph_->GetBasicBlock(bb_id);
H A Dmir_graph.h596 BasicBlock* GetBasicBlock(unsigned int block_id) const { function in class:art::MIRGraph
894 (GetBasicBlock(target_bb_id)->start_offset <= branch_bb->start_offset));
/art/compiler/llvm/
H A Dgbc_expander.cc380 llvm::BasicBlock* GetBasicBlock(uint32_t dex_pc);
2703 llvm::BasicBlock* GBCExpanderPass::GetBasicBlock(uint32_t dex_pc) { function in class:__anon21::GBCExpanderPass
2785 sw->addCase(irb_.getInt32(c), GetBasicBlock(iter.GetHandlerAddress()));

Completed in 66 milliseconds