Searched refs:ifStep (Results 1 – 2 of 2) sorted by relevance
1865 step->ifStep()->index = compound()->mSteps.size(); in createNewIfStep()1867 return step->ifStep(); in createNewIfStep()2237 IfStep* ifStep = plan->createNewIfStep(); in partitionTheWorkInternal() local2238 ifStep->conditionOperandIndex = SourceOperandIndex( in partitionTheWorkInternal()2240 ifStep->thenStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()2244 ifStep->elseStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()2251 ifStep->outerInputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()2255 ifStep->outerOutputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()2260 ifStep->thenBranchInputOperands.emplace_back( in partitionTheWorkInternal()2264 ifStep->thenBranchOutputOperands.emplace_back( in partitionTheWorkInternal()[all …]
505 IfStep* ifStep() { return &std::get<IfStep>(mStep); } in ifStep() function511 const IfStep* ifStep() const { return &std::get<IfStep>(mStep); } in ifStep() function