Searched refs:ExitUseAllowed (Results 1 – 1 of 1) sorted by relevance
303 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);311 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);313 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);891 bool ExitUseAllowed) { in needPostfix() argument892 if (!Order.empty() || !ExitUseAllowed) in needPostfix()940 void StructurizeCFG::wireFlow(bool ExitUseAllowed, in wireFlow() argument957 BasicBlock *Next = needPostfix(Flow, ExitUseAllowed); in wireFlow()977 void StructurizeCFG::handleLoops(bool ExitUseAllowed, in handleLoops() argument983 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()1000 BasicBlock *Next = needPostfix(LoopEnd, ExitUseAllowed); in handleLoops()