Searched refs:rebuildRoot (Results 1 – 16 of 16) sorted by relevance
100 if (!fdg.rebuildRoot(root)) in RewriteGlobalQualifierDecls()107 if (!rewriter.rebuildRoot(root)) in RewriteGlobalQualifierDecls()
47 if (!rewriter.rebuildRoot(root)) in TransposeRowMajorMatricies()
41 if (!rewriter.rebuildRoot(root)) in MapSymbols()
86 if (!Rewriter(compiler).rebuildRoot(root)) in RewriteCaseDeclarations()
56 if (!rebuildRoot(root)) in rewrite()
84 if (!Rewriter(compiler).rebuildRoot(root)) in IntroduceVertexAndInstanceIndex()
90 if (!rewriter.rebuildRoot(root)) in AddExplicitTypeCasts()
366 if (!Rewriter1(compiler).rebuildRoot(root)) in RewriteUnaddressableReferences()370 if (!Rewriter2(compiler, symbolEnv).rebuildRoot(root)) in RewriteUnaddressableReferences()
118 if (!reducer.rebuildRoot(root)) in ReduceInterfaceBlocks()
216 if (!rewriter.rebuildRoot(root)) in RewriteOutArgs()
643 if (!PrePass(compiler).rebuildRoot(root)) in SeparateCompoundExpressions()648 if (!Separator(compiler, symbolEnv, idGen).rebuildRoot(root)) in SeparateCompoundExpressions()
211 ANGLE_NO_DISCARD bool rebuildRoot(TIntermBlock &root);
457 if (!rewriter.rebuildRoot(root)) in RewriteKeywords()
102 if (!rebuildRoot(root)) in exec()557 if (!self.rebuildRoot(root)) in ThreadPipeline()
76 if (!finder.rebuildRoot(root)) in FindStructs()
182 bool TIntermRebuild::rebuildRoot(TIntermBlock &root) in rebuildRoot() function in sh::TIntermRebuild