Lines Matching defs:rep
45 if (defExists(0) && def(0).rep()->reg.data.id < 0) {
47 if (def(d).rep()->reg.data.id >= 0)
3406 FlowInstruction *rep = bf->getExit()->asFlow();
3408 if (!rep || rep->getPredicate())
3410 if (rep->op != OP_BRA &&
3411 rep->op != OP_JOIN &&
3412 rep->op != OP_EXIT)
3415 // TODO: If there are multiple branches to @rep, only the first would
3419 bra->op = rep->op;
3420 bra->target.bb = rep->target.bb;
3422 bf->remove(rep);