Lines Matching defs:ExitUseAllowed
304 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);
312 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);
314 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
889 bool ExitUseAllowed) {
890 if (!Order.empty() || !ExitUseAllowed)
938 void StructurizeCFG::wireFlow(bool ExitUseAllowed,
955 BasicBlock *Next = needPostfix(Flow, ExitUseAllowed);
975 void StructurizeCFG::handleLoops(bool ExitUseAllowed,
981 wireFlow(ExitUseAllowed, LoopEnd);
998 BasicBlock *Next = needPostfix(LoopEnd, ExitUseAllowed);