Searched refs:ExitUseAllowed (Results 1 – 1 of 1) sorted by relevance
219 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);227 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);229 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);728 bool ExitUseAllowed) { in needPostfix() argument729 if (Order.empty() && ExitUseAllowed) { in needPostfix()780 void StructurizeCFG::wireFlow(bool ExitUseAllowed, in wireFlow() argument798 BasicBlock *Next = needPostfix(Flow, ExitUseAllowed); in wireFlow()816 void StructurizeCFG::handleLoops(bool ExitUseAllowed, in handleLoops() argument822 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()851 BasicBlock *Next = needPostfix(LoopEnd, ExitUseAllowed); in handleLoops()