Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp219 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);
227 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);
229 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
728 bool ExitUseAllowed) { in needPostfix() argument
729 if (Order.empty() && ExitUseAllowed) { in needPostfix()
780 void StructurizeCFG::wireFlow(bool ExitUseAllowed, in wireFlow() argument
798 BasicBlock *Next = needPostfix(Flow, ExitUseAllowed); in wireFlow()
816 void StructurizeCFG::handleLoops(bool ExitUseAllowed, in handleLoops() argument
822 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()
851 BasicBlock *Next = needPostfix(LoopEnd, ExitUseAllowed); in handleLoops()