Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp313 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
969 handleLoops(false, LoopEnd); in wireFlow()
977 void StructurizeCFG::handleLoops(bool ExitUseAllowed, in handleLoops() function in StructurizeCFG
993 handleLoops(false, LoopEnd); in handleLoops()
1024 handleLoops(EntryDominatesExit, nullptr); in createFlow()