Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp344 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);
1008 BasicBlock *StructurizeCFG::needPostfix(BasicBlock *Flow, in needPostfix() function in StructurizeCFG
1072 BasicBlock *Next = needPostfix(Flow, ExitUseAllowed); in wireFlow()
1116 BasicBlock *Next = needPostfix(LoopEnd, ExitUseAllowed); in handleLoops()