Searched refs:pipelineVariables (Results 1 – 1 of 1) sorted by relevance
52 VariableSet pipelineVariables; member61 ASSERT(pipelineVariables.empty()); in isEmpty()67 ASSERT(!pipelineVariables.empty()); in isEmpty()121 if (mInfo.pipelineVariables.empty()) in exec()214 ASSERT(mInfo.pipelineVariables.find(&var) == mInfo.pipelineVariables.end()); in visitDeclarationPost()215 mInfo.pipelineVariables.insert(&var); in visitDeclarationPost()906 const VariableSet &pipelineVariables, in UpdatePipelineSymbols() argument913 if (pipelineVariables.find(&var) == pipelineVariables.end()) in UpdatePipelineSymbols()961 return psi.pipelineVariables.find(&var) != psi.pipelineVariables.end(); in RewritePipeline()976 if (!UpdatePipelineSymbols(pipeline.type, compiler, root, symbolEnv, psi.pipelineVariables, in RewritePipeline()