Home | History | Annotate | Download | only in llvm-diff

Lines Matching refs:RE

86         // If R is out of bounds, we're done after this in any case.
88 // If L is also out of bounds, we're done immediately.
175 /// Unifies two instructions, given that they're known not to have
466 RI = R->arg_begin(), RE = R->arg_end();
467 LI != LE && RI != RE; ++LI, ++RI)
490 BasicBlock::iterator RE = RStart->getParent()->end();
513 for (BasicBlock::iterator RI = RStart; RI != RE; ++RI) {
564 assert(LI != LE && RI != RE);
580 assert(RI != RE);
590 assert(RI != RE);
638 // If both are declarations, we're done.