Lines Matching refs:bb_id
100 uint32_t bb_id = bb.id(); in ComputePhiUses() local
101 bb.ForEachSuccessorLabel([live, bb_id, this](uint32_t sid) { in ComputePhiUses()
103 succ_bb->ForEachPhiInst([live, bb_id, this](const Instruction* phi) { in ComputePhiUses()
105 if (phi->GetSingleWordInOperand(i + 1) == bb_id) { in ComputePhiUses()
176 [&loop, this](uint32_t bb_id) { in DoLoopLivenessUnification() argument
177 return bb_id != loop.GetHeaderBlock()->id() && in DoLoopLivenessUnification()
178 loop_desc_[bb_id] == &loop; in DoLoopLivenessUnification()
191 for (uint32_t bb_id : blocks_in_loop) { in DoLoopLivenessUnification() local
192 BasicBlock* bb = cfg_.block(bb_id); in DoLoopLivenessUnification()
298 for (uint32_t bb_id : exit_blocks) { in ComputeLoopRegisterPressure() local
299 const RegionRegisterLiveness* live_inout = Get(bb_id); in ComputeLoopRegisterPressure()
319 for (uint32_t bb_id : loop.GetBlocks()) { in ComputeLoopRegisterPressure() local
320 BasicBlock* bb = context_->cfg()->block(bb_id); in ComputeLoopRegisterPressure()
322 const RegionRegisterLiveness* live_inout = Get(bb_id); in ComputeLoopRegisterPressure()
356 for (uint32_t bb_id : exit_blocks) { in SimulateFusion() local
357 const RegionRegisterLiveness* live_inout = Get(bb_id); in SimulateFusion()
393 for (uint32_t bb_id : l1.GetBlocks()) { in SimulateFusion() local
394 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion()
396 const RegionRegisterLiveness* live_inout_info = Get(bb_id); in SimulateFusion()
424 for (uint32_t bb_id : l2.GetBlocks()) { in SimulateFusion() local
425 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion()
427 const RegionRegisterLiveness* live_inout_info = Get(bb_id); in SimulateFusion()
484 for (uint32_t bb_id : exit_blocks) { in SimulateFission() local
485 const RegionRegisterLiveness* live_inout = Get(bb_id); in SimulateFission()
516 for (uint32_t bb_id : loop.GetBlocks()) { in SimulateFission() local
517 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFission()
519 const RegisterLiveness::RegionRegisterLiveness* live_inout = Get(bb_id); in SimulateFission()