Searched refs:rebuildInPlace (Results 1 – 4 of 4) sorted by relevance
258 [[nodiscard]] bool rebuildInPlace(TIntermAggregate &node);262 [[nodiscard]] bool rebuildInPlace(TIntermBlock &node);266 [[nodiscard]] bool rebuildInPlace(TIntermDeclaration &node);
184 if (!rebuildInPlace(root)) in rebuildRoot()191 bool TIntermRebuild::rebuildInPlace(TIntermAggregate &node) in rebuildInPlace() function in sh::TIntermRebuild196 bool TIntermRebuild::rebuildInPlace(TIntermBlock &node) in rebuildInPlace() function in sh::TIntermRebuild201 bool TIntermRebuild::rebuildInPlace(TIntermDeclaration &node) in rebuildInPlace() function in sh::TIntermRebuild
313 if (!rebuildInPlace(root)) in rewrite()
627 if (!rebuildInPlace(*node.getBody())) in visitLoopPre()