Home | History | Annotate | Download | only in codegen

Lines Matching refs:OP_BRA

3421       mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0))->setType(srcTy);
3436 mkFlow(OP_BRA, NULL, CC_ALWAYS, NULL);
3449 if (prevBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6)
3451 mkFlow(OP_BRA, convBB, CC_ALWAYS, NULL);
3455 if (prevBB->getExit()->op == OP_BRA) {