Home | History | Annotate | Download | only in codegen

Lines Matching refs:getExit

1838    if (!epilogue->getExit() ||
1839 epilogue->getExit()->op != OP_EXIT) // only main will use OP_EXIT
1843 Instruction *insn = epilogue->getExit()->prev;
1851 Instruction *i = bb->getExit();
1859 delete_Instruction(func->getProgram(), epilogue->getExit());