Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h302 const SccInfo &SccI);
338 std::unique_ptr<const SccInfo> SccI; variable
348 return LoopBlock(BB, *LI, *SccI); in getLoopBlock()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp317 const SccInfo &SccI) in LoopBlock() argument
321 LD.second = SccI.getSCCNum(BB); in LoopBlock()
351 SccI->isSCCHeader(DstBlock.getBlock(), DstBlock.getSccNum()))); in isLoopBackEdge()
361 SccI->getSccEnterBlocks(LB.getSccNum(), Enters); in getLoopEnterBlocks()
371 SccI->getSccExitBlocks(LB.getSccNum(), Exits); in getLoopExitBlocks()
1232 SccI = std::make_unique<SccInfo>(F); in calculate()
1274 SccI.reset(); in calculate()