Lines Matching refs:LGap
679 LGap* LAllocator::GetLastGap(HBasicBlock* block) { in GetLastGap()
748 LGap* gap = GapAt(index); in AddConstraintsGapMove()
749 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START); in AddConstraintsGapMove()
823 LGap* gap = GapAt(gap_index); in MeetConstraintsBetween()
824 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE); in MeetConstraintsBetween()
903 LGap* gap = GapAt(index); in ProcessInstructions()
904 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START); in ProcessInstructions()
1058 label->GetOrCreateParallelMove(LGap::START)-> in ResolvePhis()
1136 LGap* gap = NULL; in ResolveControlFlow()
1161 gap->GetOrCreateParallelMove(LGap::START)->AddMove(pred_op, cur_op); in ResolveControlFlow()
1170 LGap* gap = GapAt(index); in GetConnectingParallelMove()
1172 pos.IsInstructionStart() ? LGap::START : LGap::END); in GetConnectingParallelMove()
1176 (gap_pos < index) ? LGap::AFTER : LGap::BEFORE); in GetConnectingParallelMove()
1181 LGap* gap = GapAt(chunk_->NearestGapPos(pos.InstructionIndex())); in GetBlock()
1272 LGap* gap = GetLastGap(phi->block()->predecessors()->at(0)); in BuildLiveRanges()
1273 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START); in BuildLiveRanges()