Searched refs:sourceModels (Results 1 – 2 of 2) sorted by relevance
874 int ExecutionPlan::CompoundBody::finish(const SourceModels* sourceModels, in finish() argument880 const ModelBuilder* mainModel = sourceModels->getModel(kMainModelInSourceModels); in finish()882 auto containsUnknownSize = [sourceModels](const std::vector<SourceOperandIndex>& operands) { in finish()884 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in finish()958 findControlFlowBoundaryConstants(sourceModels); in finish()967 const SourceModels* sourceModels) { in findControlFlowBoundaryConstants() argument969 sourceModels](const SourceOperandIndex& sourceOperandIndex) { in findControlFlowBoundaryConstants()970 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in findControlFlowBoundaryConstants()2107 SourceModels* sourceModels = &plan->getSourceModels(); in partitionTheWorkInternal() local2227 uint32_t thenModelIndex = sourceModels->addModel(thenModel); in partitionTheWorkInternal()[all …]
835 virtual int finish(const SourceModels* sourceModels, int32_t executionPreference,853 int finish(const SourceModels* sourceModels, int32_t executionPreference, int32_t priority,874 int finish(const SourceModels* sourceModels, int32_t executionPreference, int32_t priority,961 void findControlFlowBoundaryConstants(const SourceModels* sourceModels);