Lines Matching refs:GetBlock
75 if (instruction->GetBlock() == instruction->GetBlock()->GetGraph()->GetEntryBlock()) { in IsInterestingInstruction()
156 if (!discard_blocks.IsBitSet(instruction->GetBlock()->GetBlockId()) && in AddInstruction()
190 !post_dominated.IsBitSet(user->GetBlock()->GetBlockId()); in ShouldFilterUse()
194 !post_dominated.IsBitSet(user->GetBlock()->GetBlockId()); in ShouldFilterUse()
214 HBasicBlock* block = user->GetBlock(); in FindIdealPosition()
229 finder.Update(use.GetUser()->GetHolder()->GetBlock()); in FindIdealPosition()
239 const HLoopInformation* loop_info = instruction->GetBlock()->GetLoopInformation(); in FindIdealPosition()
258 if (instruction->GetBlock()->IsTryBlock()) { in FindIdealPosition()
260 instruction->GetBlock()->GetTryCatchInformation()->GetTryEntry(); in FindIdealPosition()
288 if (use.GetUser()->GetBlock() == target_block && in FindIdealPosition()
296 if (user->GetBlock() == target_block && in FindIdealPosition()
427 if (!post_dominated.IsBitSet(user->GetBlock()->GetBlockId()) && in SinkCodeToUncommonBranch()
437 !user->GetBlock()->Dominates(common_dominator)) { in SinkCodeToUncommonBranch()
450 if (!post_dominated.IsBitSet(user->GetBlock()->GetBlockId())) { in SinkCodeToUncommonBranch()
480 if (!post_dominated.IsBitSet(user->GetBlock()->GetBlockId())) { in SinkCodeToUncommonBranch()
520 if (position == nullptr || !instruction->GetBlock()->Dominates(position->GetBlock())) { in SinkCodeToUncommonBranch()
533 if (!post_dominated.IsBitSet(position->GetBlock()->GetBlockId())) { in SinkCodeToUncommonBranch()