Searched refs:rebuildInPlace (Results 1 – 3 of 3) sorted by relevance
258 ANGLE_NO_DISCARD bool rebuildInPlace(TIntermAggregate &node);262 ANGLE_NO_DISCARD bool rebuildInPlace(TIntermBlock &node);266 ANGLE_NO_DISCARD 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
598 if (!rebuildInPlace(*node.getBody())) in visitLoopPre()