Lines Matching defs:next

64     RegDef *next = NULL;
66 for (reg_def = registers->iter_RegDefs(); reg_def != NULL; reg_def = next) {
67 next = registers->iter_RegDefs();
68 const char *comma = (next != NULL) ? "," : " // no trailing comma";
79 next = NULL;
81 for (reg_def = registers->iter_RegDefs(); reg_def != NULL; reg_def = next) {
82 next = registers->iter_RegDefs();
83 const char *comma = (next != NULL) ? "," : " // no trailing comma";
104 RegDef *next = NULL;
106 for (reg_def = registers->iter_RegDefs(); reg_def != NULL; reg_def = next) {
107 next = registers->iter_RegDefs();
109 const char *comma = (next != NULL) ? "," : " // no trailing comma";
1303 // Advance to next constraint
1304 pconstraint = pconstraint->next();
1429 for( peep = node->peepholes(); peep != NULL; peep = peep->next() ) {
1446 for( peep = node->peepholes(); peep != NULL; peep = peep->next() ) {
1795 // Replace not unique operands with next unique operands.
2196 const char* next = _strings_to_emit.peek();
2198 if (next != NULL && next2 != NULL && strcmp(next2, "$Register") == 0 &&
2199 (strcmp(next, "$base") == 0 || strcmp(next, "$index") == 0)) {
2287 // Get ready for next state collection.
3548 RegDef *next;
3563 for( rdef = _register->iter_RegDefs(); rdef != NULL; rdef = next ) {
3564 next = _register->iter_RegDefs();
3566 const char *comma = (next != NULL) ? "," : " // no trailing comma";
3575 for( rdef = _register->iter_RegDefs(); rdef != NULL; rdef = next ) {
3576 next = _register->iter_RegDefs();
3578 const char *comma = (next != NULL) ? "," : " // no trailing comma";
3587 for( rdef = _register->iter_RegDefs(); rdef != NULL; rdef = next ) {
3588 next = _register->iter_RegDefs();
3589 const char *comma = (next != NULL) ? "," : " // no trailing comma";