Searched refs:DoLoopTransformationImpl (Results 1 – 2 of 2) sorted by relevance
426 return DoLoopTransformationImpl(TransformationKind::kPeeling); in DoPeeling()455 return DoLoopTransformationImpl(TransformationKind::kUnrolling); in DoUnrolling()482 return DoLoopTransformationImpl(TransformationKind::kVersioning); in DoVersioning()495 HBasicBlock* DoLoopTransformationImpl(TransformationKind transformation);
1142 HBasicBlock* LoopClonerHelper::DoLoopTransformationImpl(TransformationKind transformation) { in DoLoopTransformationImpl() function in art::LoopClonerHelper