Lines Matching refs:sourceModels
914 int ExecutionPlan::CompoundBody::finish(const SourceModels* sourceModels, in finish() argument
923 const ModelBuilder* mainModel = sourceModels->getModel(kMainModelInSourceModels); in finish()
925 auto containsUnknownSize = [sourceModels](const std::vector<SourceOperandIndex>& operands) { in finish()
927 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in finish()
1002 findControlFlowBoundaryConstants(sourceModels); in finish()
1012 const SourceModels* sourceModels) { in findControlFlowBoundaryConstants() argument
1014 sourceModels](const SourceOperandIndex& sourceOperandIndex) { in findControlFlowBoundaryConstants()
1015 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in findControlFlowBoundaryConstants()
2160 SourceModels* sourceModels = &plan->getSourceModels(); in partitionTheWorkInternal() local
2280 uint32_t thenModelIndex = sourceModels->addModel(thenModel); in partitionTheWorkInternal()
2281 uint32_t elseModelIndex = sourceModels->addModel(elseModel); in partitionTheWorkInternal()
2337 uint32_t condModelIndex = sourceModels->addModel(condModel); in partitionTheWorkInternal()
2338 uint32_t bodyModelIndex = sourceModels->addModel(bodyModel); in partitionTheWorkInternal()