Searched refs:pipelineVariables (Results 1 – 1 of 1) sorted by relevance
38 VariableSet pipelineVariables; member47 ASSERT(pipelineVariables.empty()); in isEmpty()53 ASSERT(!pipelineVariables.empty()); in isEmpty()107 if (mInfo.pipelineVariables.empty()) in exec()198 ASSERT(mInfo.pipelineVariables.find(&var) == mInfo.pipelineVariables.end()); in visitDeclarationPost()199 mInfo.pipelineVariables.insert(&var); in visitDeclarationPost()852 const VariableSet &pipelineVariables, in UpdatePipelineSymbols() argument857 if (pipelineVariables.find(&var) == pipelineVariables.end()) in UpdatePipelineSymbols()905 return psi.pipelineVariables.find(&var) != psi.pipelineVariables.end(); in RewritePipeline()920 if (!UpdatePipelineSymbols(pipeline.type, compiler, root, symbolEnv, psi.pipelineVariables, in RewritePipeline()