Searched refs:IRStmt_NoOp (Results 1 – 5 of 5) sorted by relevance
974 bb->stmts[i] = IRStmt_NoOp(); in redundant_put_removal_BB()2611 return IRStmt_NoOp(); in subst_and_fold_Stmt()2718 return IRStmt_NoOp(); in subst_and_fold_Stmt()2733 return IRStmt_NoOp(); in subst_and_fold_Stmt()2846 addStmtToIRSB( out, IRStmt_NoOp() ); in cprop_BB()3130 bb->stmts[i] = IRStmt_NoOp(); in do_deadcode_BB()3138 bb->stmts[i] = IRStmt_NoOp(); in do_deadcode_BB()3161 bb->stmts[i] = IRStmt_NoOp(); in do_deadcode_BB()4537 bb->stmts[i] = IRStmt_NoOp(); in do_redundant_PutI_elimination()5569 return IRStmt_NoOp(); in atbSubst_Stmt()
266 nop = IRStmt_NoOp(); in bb_to_IR()
2069 IRStmt* IRStmt_NoOp ( void ) in IRStmt_NoOp() function2379 return IRStmt_NoOp(); in deepCopyIRStmt()
2910 extern IRStmt* IRStmt_NoOp ( void );
6699 sb_in->stmts[i] = IRStmt_NoOp(); in MC_()