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.cpp304 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);
888 BasicBlock *StructurizeCFG::needPostfix(BasicBlock *Flow, in needPostfix() function in StructurizeCFG
955 BasicBlock *Next = needPostfix(Flow, ExitUseAllowed); in wireFlow()
998 BasicBlock *Next = needPostfix(LoopEnd, ExitUseAllowed); in handleLoops()