Lines Matching refs:compound
1165 bursts.reserve(compound()->mSteps.size()); in makeBursts()
1166 for (const auto& logicalStep : compound()->mSteps) { in makeBursts()
1211 const auto* body = compound(); in makeController()
1536 auto compoundBody = compound(); in nextCompound()
1857 compound()->mSteps.size(), sourceModelIndex, device); in createNewExecutionStep()
1858 compound()->mSteps.push_back(step); in createNewExecutionStep()
1865 step->ifStep()->index = compound()->mSteps.size(); in createNewIfStep()
1866 compound()->mSteps.push_back(step); in createNewIfStep()
1873 step->whileStep()->index = compound()->mSteps.size(); in createNewWhileStep()
1874 compound()->mSteps.push_back(step); in createNewWhileStep()
1881 step->gotoStep()->index = compound()->mSteps.size(); in createNewGotoStep()
1882 compound()->mSteps.push_back(step); in createNewGotoStep()
1895 compound()->mOutputToDefiningExecutionStep.emplace(sourceOperandIndex, stepIndex); in recordOutputDef()
1902 compound()->mTemporaryToDefiningExecutionStep.emplace(sourceOperandIndex, stepIndex); in recordTemporaryDef()
1948 return compound()->mSteps; in forTest_compoundGetSteps()
2045 return compound()->getMemoryPreferenceOfSourceOperand(sourceOperandIndex); in getMemoryPreference()
2068 for (const auto& logicalStep : compound()->mSteps) { in forEachDynamicTemporary()