Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp303 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() argument
892 if (!Order.empty() || !ExitUseAllowed) in needPostfix()
940 void StructurizeCFG::wireFlow(bool ExitUseAllowed, in wireFlow() argument
957 BasicBlock *Next = needPostfix(Flow, ExitUseAllowed); in wireFlow()
977 void StructurizeCFG::handleLoops(bool ExitUseAllowed, in handleLoops() argument
983 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()
1000 BasicBlock *Next = needPostfix(LoopEnd, ExitUseAllowed); in handleLoops()