Searched refs:pipelineVariables (Results 1 – 1 of 1) sorted by relevance
54 VariableSet pipelineVariables; member63 ASSERT(pipelineVariables.empty()); in isEmpty()69 ASSERT(!pipelineVariables.empty()); in isEmpty()123 if (mInfo.pipelineVariables.empty()) in exec()239 ASSERT(mInfo.pipelineVariables.find(&var) == mInfo.pipelineVariables.end()); in visitDeclarationPost()240 mInfo.pipelineVariables.insert(&var); in visitDeclarationPost()968 const VariableSet &pipelineVariables, in UpdatePipelineSymbols() argument975 if (pipelineVariables.find(&var) == pipelineVariables.end()) in UpdatePipelineSymbols()1023 return psi.pipelineVariables.find(&var) != psi.pipelineVariables.end(); in RewritePipeline()1038 if (!UpdatePipelineSymbols(pipeline.type, compiler, root, symbolEnv, psi.pipelineVariables, in RewritePipeline()