Home | History | Annotate | Download | only in codegen

Lines Matching refs:getExit

514    if (!contBB->getExit() || contBB->getExit()->op != OP_CONT ||
515 contBB->getExit()->getPredicate())
517 contBB->getExit()->op = OP_BRA;
533 Instruction *exit = in->getExit();
628 bld.setPosition(BasicBlock::get(fn->cfgExit)->getExit(), false);