Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp87 Loop *LoopForBB = LI->getLoopFor(BB); in setVPBBPredsFromBB() local
88 if (!SinglePred || LI->getLoopFor(SinglePred) == LoopForBB) in setVPBBPredsFromBB()
391 Loop *LoopForBB = LI->getLoopFor(BB); in buildPlainCFG() local
393 if (!isHeaderBB(BB, LoopForBB)) { in buildPlainCFG()
423 if (!LoopForBB || BB != LoopForBB->getLoopLatch()) { in buildPlainCFG()