Lines Matching refs:GetBlockId
158 if (!discard_blocks.IsBitSet(instruction->GetBlock()->GetBlockId()) && in AddInstruction()
192 !post_dominated.IsBitSet(user->GetBlock()->GetBlockId()); in ShouldFilterUse()
196 !post_dominated.IsBitSet(user->GetBlock()->GetBlockId()); in ShouldFilterUse()
243 if (!post_dominated.IsBitSet(target_block->GetDominator()->GetBlockId())) { in FindIdealPosition()
267 if (!post_dominated.IsBitSet(target_block->GetBlockId())) { in FindIdealPosition()
276 if (!post_dominated.IsBitSet(target_block->GetBlockId())) { in FindIdealPosition()
349 post_dominated.SetBit(block->GetBlockId()); in SinkCodeToUncommonBranch()
386 if (!post_dominated.IsBitSet(successor->GetBlockId())) { in SinkCodeToUncommonBranch()
392 post_dominated.SetBit(block->GetBlockId()); in SinkCodeToUncommonBranch()
430 if (!post_dominated.IsBitSet(user->GetBlock()->GetBlockId()) && in SinkCodeToUncommonBranch()
453 if (!post_dominated.IsBitSet(user->GetBlock()->GetBlockId())) { in SinkCodeToUncommonBranch()
473 instructions_to_move[instruction->GetBlock()->GetBlockId()].push_back(instruction); in SinkCodeToUncommonBranch()
483 if (!post_dominated.IsBitSet(user->GetBlock()->GetBlockId())) { in SinkCodeToUncommonBranch()
504 const int block_id = block->GetBlockId(); in SinkCodeToUncommonBranch()
572 if (!post_dominated.IsBitSet(position->GetBlock()->GetBlockId())) { in SinkCodeToUncommonBranch()