Lines Matching refs:LGap
662 LGap* LAllocator::GetLastGap(HBasicBlock* block) { in GetLastGap()
731 LGap* gap = GapAt(index); in AddConstraintsGapMove()
732 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, in AddConstraintsGapMove()
809 LGap* gap = GapAt(gap_index); in MeetConstraintsBetween()
810 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE, in MeetConstraintsBetween()
895 LGap* gap = GapAt(index); in ProcessInstructions()
896 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, in ProcessInstructions()
1062 label->GetOrCreateParallelMove(LGap::START, chunk()->zone())-> in ResolvePhis()
1144 LGap* gap = NULL; in ResolveControlFlow()
1170 LGap::START, chunk()->zone())->AddMove(pred_op, cur_op, in ResolveControlFlow()
1180 LGap* gap = GapAt(index); in GetConnectingParallelMove()
1182 pos.IsInstructionStart() ? LGap::START : LGap::END, chunk()->zone()); in GetConnectingParallelMove()
1186 (gap_pos < index) ? LGap::AFTER : LGap::BEFORE, chunk()->zone()); in GetConnectingParallelMove()
1191 LGap* gap = GapAt(chunk_->NearestGapPos(pos.InstructionIndex())); in GetBlock()
1285 LGap* gap = GetLastGap(phi->block()->predecessors()->at(0)); in BuildLiveRanges()
1286 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, in BuildLiveRanges()