Lines Matching defs:ExitUseAllowed
348 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);
356 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);
358 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
1023 bool ExitUseAllowed) {
1024 if (!Order.empty() || !ExitUseAllowed)
1069 void StructurizeCFG::wireFlow(bool ExitUseAllowed,
1086 BasicBlock *Next = needPostfix(Flow, ExitUseAllowed);
1106 void StructurizeCFG::handleLoops(bool ExitUseAllowed,
1112 wireFlow(ExitUseAllowed, LoopEnd);
1129 BasicBlock *Next = needPostfix(LoopEnd, ExitUseAllowed);