Searched refs:IRStmt_NoOp (Results 1 – 5 of 5) sorted by relevance
974 bb->stmts[i] = IRStmt_NoOp(); in redundant_put_removal_BB()2609 return IRStmt_NoOp(); in subst_and_fold_Stmt()2716 return IRStmt_NoOp(); in subst_and_fold_Stmt()2731 return IRStmt_NoOp(); in subst_and_fold_Stmt()2844 addStmtToIRSB( out, IRStmt_NoOp() ); in cprop_BB()3126 bb->stmts[i] = IRStmt_NoOp(); in do_deadcode_BB()3134 bb->stmts[i] = IRStmt_NoOp(); in do_deadcode_BB()3157 bb->stmts[i] = IRStmt_NoOp(); in do_deadcode_BB()4533 bb->stmts[i] = IRStmt_NoOp(); in do_redundant_PutI_elimination()5565 return IRStmt_NoOp(); in atbSubst_Stmt()
266 nop = IRStmt_NoOp(); in bb_to_IR()
2065 IRStmt* IRStmt_NoOp ( void ) in IRStmt_NoOp() function2375 return IRStmt_NoOp(); in deepCopyIRStmt()
2901 extern IRStmt* IRStmt_NoOp ( void );
6692 sb_in->stmts[i] = IRStmt_NoOp(); in MC_()