Home | History | Annotate | Download | only in src

Lines Matching refs:InductionVariableData

2002 InductionVariableData* InductionVariableData::ExaminePhi(HPhi* phi) {
2010 InductionVariableData(phi, phi->OperandAt(1), candidate_increment);
2016 InductionVariableData(phi, phi->OperandAt(0), candidate_increment);
2031 void InductionVariableData::DecomposeBitwise(
2085 void InductionVariableData::AddCheck(HBoundsCheck* check,
2108 void InductionVariableData::ChecksRelatedToLength::CloseCurrentBlock() {
2120 void InductionVariableData::ChecksRelatedToLength::UseNewIndexInCurrentBlock(
2157 void InductionVariableData::ChecksRelatedToLength::AddCheck(
2161 InductionVariableData::DecomposeBitwise(check->index(), &decomposition);
2224 int32_t InductionVariableData::ComputeIncrement(HPhi* phi,
2255 void InductionVariableData::UpdateAdditionalLimit(
2268 int32_t InductionVariableData::ComputeUpperLimit(int32_t and_mask,
2305 HValue* InductionVariableData::IgnoreOsrValue(HValue* v) {
2319 InductionVariableData* InductionVariableData::GetInductionVariableData(
2341 bool InductionVariableData::CheckIfBranchIsLoopGuard(
2369 void InductionVariableData::ComputeLimitFromPredecessorBlock(
2391 InductionVariableData* data;
2419 bool InductionVariableData::ComputeInductionVariableLimit(