Lines Matching refs:GetBasicBlock

223     BasicBlock* bb_taken = GetBasicBlock(bottom_block->taken);  in SplitBlock()
233 BasicBlock* bb_fall_through = GetBasicBlock(bottom_block->fall_through); in SplitBlock()
245 BasicBlock* bb = GetBasicBlock(successor_block_info->block); in SplitBlock()
303 BasicBlock* bb = GetBasicBlock(block_id); in FindBlock()
870 GetBasicBlock(cur_block->fall_through) == next_block || in InlineMethod()
871 GetBasicBlock(cur_block->fall_through) == exit_block_); in InlineMethod()
896 BasicBlock* out_bb = GetBasicBlock(out_bb_id); in InlineMethod()
968 if (!CreateDumpFile(fname, dir_prefix, GetBasicBlock(GetEntryBlock()->fall_through)->start_offset, in DumpCFG()
987 BasicBlock* bb = GetBasicBlock(block_idx); in DumpCFG()
1030 GetBlockName(GetBasicBlock(bb->taken), block_name2); in DumpCFG()
1036 GetBlockName(GetBasicBlock(bb->fall_through), block_name2); in DumpCFG()
1048 BasicBlock* dest_block = GetBasicBlock(successor_block_info->block); in DumpCFG()
1065 BasicBlock* dest_block = GetBasicBlock(successor_block_info->block); in DumpCFG()
1080 GetBlockName(GetBasicBlock(bb->i_dom), block_name2); in DumpCFG()
1276 next_mir = mir_graph->GetBasicBlock(fall_through)->first_mir_insn; in GetNextUnconditionalMir()
1724 << "(0x" << std::hex << GetBasicBlock(bb->taken)->start_offset << ")"; in DumpMIRGraph()
1728 << " (0x" << std::hex << GetBasicBlock(bb->fall_through)->start_offset << ")"; in DumpMIRGraph()
1885 BasicBlock* current_bb = mir_graph->GetBasicBlock(current_id); in SelectTopologicalSortOrderFallBack()
1922 BasicBlock* current_bb = mir_graph->GetBasicBlock(current_id); in ComputeUnvisitedReachableFrom()
1925 BasicBlock* pred_bb = mir_graph->GetBasicBlock(pred_id); in ComputeUnvisitedReachableFrom()
1998 q.push(GetBasicBlock(candidate_id)); in ComputeTopologicalSortOrder()
2035 BasicBlock* pred_bb = GetBasicBlock(pred_id); in ComputeTopologicalSortOrder()
2124 BasicBlock* result = mir_graph_->GetBasicBlock(basic_block_->fall_through); in Next()
2134 BasicBlock* result = mir_graph_->GetBasicBlock(basic_block_->taken); in Next()
2149 return mir_graph_->GetBasicBlock(successor_block_info->block); in Next()
2328 BasicBlock* pred_bb = mir_graph->GetBasicBlock(pred_id); in Kill()