Lines Matching refs:sourceModels
874 int ExecutionPlan::CompoundBody::finish(const SourceModels* sourceModels, in finish() argument
880 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() argument
969 sourceModels](const SourceOperandIndex& sourceOperandIndex) { in findControlFlowBoundaryConstants()
970 const ModelBuilder* sourceModel = sourceModels->getModel(sourceOperandIndex.first); in findControlFlowBoundaryConstants()
2107 SourceModels* sourceModels = &plan->getSourceModels(); in partitionTheWorkInternal() local
2227 uint32_t thenModelIndex = sourceModels->addModel(thenModel); in partitionTheWorkInternal()
2228 uint32_t elseModelIndex = sourceModels->addModel(elseModel); in partitionTheWorkInternal()
2284 uint32_t condModelIndex = sourceModels->addModel(condModel); in partitionTheWorkInternal()
2285 uint32_t bodyModelIndex = sourceModels->addModel(bodyModel); in partitionTheWorkInternal()