Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp354 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
1084 handleLoops(false, LoopEnd); in wireFlow()
1092 void StructurizeCFG::handleLoops(bool ExitUseAllowed, in handleLoops() function in StructurizeCFG
1108 handleLoops(false, LoopEnd); in handleLoops()
1140 handleLoops(EntryDominatesExit, nullptr); in createFlow()