Searched refs:CompoundBody (Results 1 – 2 of 2) sorted by relevance
870 struct CompoundBody : Body { struct871 CompoundBody(const ExecutionPlan* plan) : mPlan(plan) { CHECK(plan != nullptr); } in CompoundBody() argument981 CompoundBody* compound() { in compound() argument984 return static_cast<CompoundBody*>(mBody); in compound()986 const CompoundBody* compound() const { in compound()989 return static_cast<const CompoundBody*>(mBody); in compound()
615 void ExecutionPlan::CompoundBody::findModelOutputsThatAreDownstreamInputs() { in findModelOutputsThatAreDownstreamInputs()641 void ExecutionPlan::CompoundBody::findTempsAsStepModelOutputs() { in findTempsAsStepModelOutputs()874 int ExecutionPlan::CompoundBody::finish(const SourceModels* sourceModels, in finish()966 void ExecutionPlan::CompoundBody::findControlFlowBoundaryConstants( in findControlFlowBoundaryConstants()1005 void ExecutionPlan::CompoundBody::findMemoryStepRoles() { in findMemoryStepRoles()1848 mBody = new CompoundBody(this); in becomeCompoundIfEmpty()1968 bool ExecutionPlan::CompoundBody::hasStepModelWithNoInputsOrNoOutputs() const { in hasStepModelWithNoInputsOrNoOutputs()1983 void ExecutionPlan::CompoundBody::dump() const { in dump()2014 void ExecutionPlan::CompoundBody::forEachStepRoleOfInput(uint32_t index, in forEachStepRoleOfInput()2021 void ExecutionPlan::CompoundBody::forEachStepRoleOfOutput(uint32_t index, in forEachStepRoleOfOutput()[all …]