Searched refs:ExitUseAllowed (Results 1 – 1 of 1) sorted by relevance
344 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);352 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);354 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);1009 bool ExitUseAllowed) { in needPostfix() argument1010 if (!Order.empty() || !ExitUseAllowed) in needPostfix()1055 void StructurizeCFG::wireFlow(bool ExitUseAllowed, in wireFlow() argument1072 BasicBlock *Next = needPostfix(Flow, ExitUseAllowed); in wireFlow()1092 void StructurizeCFG::handleLoops(bool ExitUseAllowed, in handleLoops() argument1098 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()1116 BasicBlock *Next = needPostfix(LoopEnd, ExitUseAllowed); in handleLoops()