Searched refs:kTripCountInBodyUnsafe (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dinduction_var_analysis.h72 kTripCountInBodyUnsafe, // valid in body only; loop may be infinite enumerator in enum:art::HInductionVarAnalysis::InductionOp
H A Dinduction_var_range.cc282 trip->operation == HInductionVarAnalysis::kTripCountInBodyUnsafe;
291 return trip->operation == HInductionVarAnalysis::kTripCountInBodyUnsafe ||
413 case HInductionVarAnalysis::kTripCountInBodyUnsafe:
733 case HInductionVarAnalysis::kTripCountInBodyUnsafe:
H A Dinduction_var_analysis.cc701 InductionOp tcKind = kTripCountInBodyUnsafe; // needs both tests
957 case kTripCountInBodyUnsafe: inv += " (TC-body-unsafe) "; break;
H A Dinduction_var_range_test.cc154 HInductionVarAnalysis::kTripCountInBodyUnsafe, CreateConst(tc), nullptr, type);

Completed in 44 milliseconds