Home | History | Annotate | Download | only in src

Lines Matching refs:InductionVariableData

1675 InductionVariableData* InductionVariableData::ExaminePhi(HPhi* phi) {
1683 InductionVariableData(phi, phi->OperandAt(1), candidate_increment);
1689 InductionVariableData(phi, phi->OperandAt(0), candidate_increment);
1704 void InductionVariableData::DecomposeBitwise(
1758 void InductionVariableData::AddCheck(HBoundsCheck* check,
1781 void InductionVariableData::ChecksRelatedToLength::CloseCurrentBlock() {
1793 void InductionVariableData::ChecksRelatedToLength::UseNewIndexInCurrentBlock(
1830 void InductionVariableData::ChecksRelatedToLength::AddCheck(
1834 InductionVariableData::DecomposeBitwise(check->index(), &decomposition);
1897 int32_t InductionVariableData::ComputeIncrement(HPhi* phi,
1928 void InductionVariableData::UpdateAdditionalLimit(
1941 int32_t InductionVariableData::ComputeUpperLimit(int32_t and_mask,
1978 HValue* InductionVariableData::IgnoreOsrValue(HValue* v) {
1992 InductionVariableData* InductionVariableData::GetInductionVariableData(
2014 bool InductionVariableData::CheckIfBranchIsLoopGuard(
2042 void InductionVariableData::ComputeLimitFromPredecessorBlock(
2064 InductionVariableData* data;
2092 bool InductionVariableData::ComputeInductionVariableLimit(