Searched defs:stepIndex (Results 1 – 2 of 2) sorted by relevance
326 void DynamicTemporaries::declare(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex, in declare()374 int DynamicTemporaries::allocate(uint32_t stepIndex) { in allocate()444 ExecutionStep::ExecutionStep(ExecutionPlan* plan, uint32_t stepIndex, uint32_t sourceModelIndex, in ExecutionStep()660 uint32_t stepIndex = it->second; in findModelOutputsThatAreDownstreamInputs() local690 uint32_t stepIndex = it->second; in findTempsAsStepModelOutputs() local1945 void ExecutionPlan::recordOutputDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex) { in recordOutputDef()1952 void ExecutionPlan::recordTemporaryDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex) { in recordTemporaryDef()2122 const uint32_t stepIndex = step->getIndex(); in forEachDynamicTemporary() local
201 uint32_t stepIndex; member