Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp50 static BasicBlock *getOnlyLiveSuccessor(BasicBlock *BB) { in getOnlyLiveSuccessor() function
230 BasicBlock *TheOnlySucc = getOnlyLiveSuccessor(BB); in analyze()
273 BasicBlock *TheOnlySucc = getOnlyLiveSuccessor(From); in analyze()
482 BasicBlock *TheOnlySucc = getOnlyLiveSuccessor(BB); in foldTerminators()