Home | History | Annotate | Download | only in IR

Lines Matching full:terminator

28 //  * All basic blocks should only end with terminator insts, not contain them
103 << "' does not have terminator!\n";
111 report_fatal_error("Broken module, no Basic Block terminator!");
1072 Assert1(BB.getTerminator(), "Basic Block does not have terminator!", &BB);
1122 "Terminator found in the middle of a basic block!", I.getParent());