Searched refs:DoLoopTransformationImpl (Results 1 – 2 of 2) sorted by relevance
427 return DoLoopTransformationImpl(TransformationKind::kPeeling); in DoPeeling()456 return DoLoopTransformationImpl(TransformationKind::kUnrolling); in DoUnrolling()483 return DoLoopTransformationImpl(TransformationKind::kVersioning); in DoVersioning()496 HBasicBlock* DoLoopTransformationImpl(TransformationKind transformation);
1149 HBasicBlock* LoopClonerHelper::DoLoopTransformationImpl(TransformationKind transformation) { in DoLoopTransformationImpl() function in art::LoopClonerHelper