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.cpp314 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
967 handleLoops(false, LoopEnd); in wireFlow()
975 void StructurizeCFG::handleLoops(bool ExitUseAllowed, in handleLoops() function in StructurizeCFG
991 handleLoops(false, LoopEnd); in handleLoops()
1022 handleLoops(EntryDominatesExit, nullptr); in createFlow()