Lines Matching refs:bb_id
358 for (uint32_t bb_id : GetBlocks()) { in GetExitBlocks() local
359 const BasicBlock* bb = cfg->block(bb_id); in GetExitBlocks()
404 for (uint32_t bb_id : GetBlocks()) { in IsSafeToClone() local
405 BasicBlock* bb = cfg.block(bb_id); in IsSafeToClone()
415 for (uint32_t bb_id : blocks) { in IsSafeToClone() local
416 BasicBlock* bb = cfg.block(bb_id); in IsSafeToClone()
435 for (uint32_t bb_id : GetBlocks()) { in IsLCSSA() local
436 for (Instruction& insn : *cfg->block(bb_id)) { in IsLCSSA()
996 for (uint32_t bb_id : current_loop.GetBlocks()) in AddLoopNest() local
997 basic_block_to_loop_.insert(std::make_pair(bb_id, ¤t_loop)); in AddLoopNest()
1013 for (uint32_t bb_id : loop->GetBlocks()) { in RemoveLoop() local
1014 Loop* l = FindLoopForBasicBlock(bb_id); in RemoveLoop()
1016 SetBasicBlockToLoop(bb_id, l->GetParent()); in RemoveLoop()
1018 ForgetBasicBlock(bb_id); in RemoveLoop()