Searched refs:ExitUseAllowed (Results 1 – 1 of 1) sorted by relevance
304 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);312 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);314 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);889 bool ExitUseAllowed) { in needPostfix() argument890 if (!Order.empty() || !ExitUseAllowed) in needPostfix()938 void StructurizeCFG::wireFlow(bool ExitUseAllowed, in wireFlow() argument955 BasicBlock *Next = needPostfix(Flow, ExitUseAllowed); in wireFlow()975 void StructurizeCFG::handleLoops(bool ExitUseAllowed, in handleLoops() argument981 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()998 BasicBlock *Next = needPostfix(LoopEnd, ExitUseAllowed); in handleLoops()