Lines Matching refs:bb_id

93     uint32_t bb_id = bb.id();  in ComputePhiUses()  local
94 bb.ForEachSuccessorLabel([live, bb_id, this](uint32_t sid) { in ComputePhiUses()
96 succ_bb->ForEachPhiInst([live, bb_id, this](const Instruction* phi) { in ComputePhiUses()
98 if (phi->GetSingleWordInOperand(i + 1) == bb_id) { in ComputePhiUses()
169 [&loop, this](uint32_t bb_id) { in DoLoopLivenessUnification() argument
170 return bb_id != loop.GetHeaderBlock()->id() && in DoLoopLivenessUnification()
171 loop_desc_[bb_id] == &loop; in DoLoopLivenessUnification()
184 for (uint32_t bb_id : blocks_in_loop) { in DoLoopLivenessUnification() local
185 BasicBlock* bb = cfg_.block(bb_id); in DoLoopLivenessUnification()
291 for (uint32_t bb_id : exit_blocks) { in ComputeLoopRegisterPressure() local
292 const RegionRegisterLiveness* live_inout = Get(bb_id); in ComputeLoopRegisterPressure()
312 for (uint32_t bb_id : loop.GetBlocks()) { in ComputeLoopRegisterPressure() local
313 BasicBlock* bb = context_->cfg()->block(bb_id); in ComputeLoopRegisterPressure()
315 const RegionRegisterLiveness* live_inout = Get(bb_id); in ComputeLoopRegisterPressure()
349 for (uint32_t bb_id : exit_blocks) { in SimulateFusion() local
350 const RegionRegisterLiveness* live_inout = Get(bb_id); in SimulateFusion()
386 for (uint32_t bb_id : l1.GetBlocks()) { in SimulateFusion() local
387 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion()
389 const RegionRegisterLiveness* live_inout_info = Get(bb_id); in SimulateFusion()
417 for (uint32_t bb_id : l2.GetBlocks()) { in SimulateFusion() local
418 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion()
420 const RegionRegisterLiveness* live_inout_info = Get(bb_id); in SimulateFusion()
477 for (uint32_t bb_id : exit_blocks) { in SimulateFission() local
478 const RegionRegisterLiveness* live_inout = Get(bb_id); in SimulateFission()
509 for (uint32_t bb_id : loop.GetBlocks()) { in SimulateFission() local
510 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFission()
512 const RegisterLiveness::RegionRegisterLiveness* live_inout = Get(bb_id); in SimulateFission()