Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7309 auto *BLoop = LI.getLoopFor(B->getParent()); in isGuaranteedToTransferExecutionTo() local
7310 if (BLoop && BLoop->getHeader() == B->getParent() && in isGuaranteedToTransferExecutionTo()
7311 BLoop->getLoopPreheader() == A->getParent() && in isGuaranteedToTransferExecutionTo()