Lines Matching refs:execute
297 void VPBasicBlock::execute(VPTransformState *State) { in execute() function in VPBasicBlock
335 Recipe.execute(*State); in execute()
448 void VPRegionBlock::execute(VPTransformState *State) { in execute() function in VPRegionBlock
469 Block->execute(State); in execute()
488 Block->execute(State); in execute()
719 void VPInstruction::execute(VPTransformState &State) { in execute() function in VPInstruction
773 void VPlan::execute(VPTransformState *State) { in execute() function in VPlan
816 Block->execute(State); in execute()
1217 void VPWidenCanonicalIVRecipe::execute(VPTransformState &State) { in execute() function in VPWidenCanonicalIVRecipe
1251 void VPFirstOrderRecurrencePHIRecipe::execute(VPTransformState &State) { in execute() function in VPFirstOrderRecurrencePHIRecipe
1288 void VPReductionPHIRecipe::execute(VPTransformState &State) { in execute() function in VPReductionPHIRecipe