Searched defs:stepIndex (Results 1 – 2 of 2) sorted by relevance
286 void DynamicTemporaries::declare(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex, in declare()334 int DynamicTemporaries::allocate(uint32_t stepIndex) { in allocate()404 ExecutionStep::ExecutionStep(ExecutionPlan* plan, uint32_t stepIndex, uint32_t sourceModelIndex, in ExecutionStep()620 uint32_t stepIndex = it->second; in findModelOutputsThatAreDownstreamInputs() local650 uint32_t stepIndex = it->second; in findTempsAsStepModelOutputs() local1893 void ExecutionPlan::recordOutputDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex) { in recordOutputDef()1900 void ExecutionPlan::recordTemporaryDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex) { in recordTemporaryDef()2070 const uint32_t stepIndex = step->getIndex(); in forEachDynamicTemporary() local
201 uint32_t stepIndex; member