Searched refs:insertStatementInParentBlock (Results 1 – 10 of 10) sorted by relevance
166 insertStatementInParentBlock(tempInitDeclaration); in traverseLoop()196 insertStatementInParentBlock(tempInitDeclaration); in traverseLoop()
59 insertStatementInParentBlock(node->getOperand()->deepCopy()); in visitUnary()
142 insertStatementInParentBlock(variableDeclaration); in visitConstantUnion()
102 insertStatementInParentBlock(arrayVariableDeclaration); in visitAggregate()
119 insertStatementInParentBlock(lhsVariableDeclaration); in visitAggregate()
86 insertStatementInParentBlock(rewrittenNode); in rewriteAtomicFunctionCallNode()
211 insertStatementInParentBlock(tempAssignmentTargetDeclaration); in replaceAssignInsideConstructor()
378 insertStatementInParentBlock(indexVariableDeclaration); in visitBinary()
191 void insertStatementInParentBlock(TIntermNode *statement);
281 void TIntermTraverser::insertStatementInParentBlock(TIntermNode *statement) in insertStatementInParentBlock() function in sh::TIntermTraverser