Searched refs:ExitUseAllowed (Results 1 – 1 of 1) sorted by relevance
294 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);302 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);304 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);785 bool ExitUseAllowed) { in needPostfix() argument786 if (!Order.empty() || !ExitUseAllowed) in needPostfix()834 void StructurizeCFG::wireFlow(bool ExitUseAllowed, in wireFlow() argument851 BasicBlock *Next = needPostfix(Flow, ExitUseAllowed); in wireFlow()869 void StructurizeCFG::handleLoops(bool ExitUseAllowed, in handleLoops() argument875 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()905 BasicBlock *Next = needPostfix(LoopEnd, ExitUseAllowed); in handleLoops()