Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h254 bool isSCCExitingBlock(const BasicBlock *BB, int SccNum) const { in isSCCExitingBlock() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp263 if (isSCCExitingBlock(BB, SccNum)) in getSccExitBlocks()