Home
last modified time | relevance | path

Searched refs:ExitUseAllowed (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp294 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);
302 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);
304 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
785 bool ExitUseAllowed) { in needPostfix() argument
786 if (!Order.empty() || !ExitUseAllowed) in needPostfix()
834 void StructurizeCFG::wireFlow(bool ExitUseAllowed, in wireFlow() argument
851 BasicBlock *Next = needPostfix(Flow, ExitUseAllowed); in wireFlow()
869 void StructurizeCFG::handleLoops(bool ExitUseAllowed, in handleLoops() argument
875 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()
905 BasicBlock *Next = needPostfix(LoopEnd, ExitUseAllowed); in handleLoops()