Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDivergenceAnalysis.cpp191 auto *DivLoop = LI.getLoopFor(&LoopHeader); in taintLoopLiveOuts() local
192 assert(DivLoop && "loopHeader is not actually part of a loop"); in taintLoopLiveOuts()
195 DivLoop->getExitBlocks(TaintStack); in taintLoopLiveOuts()
213 assert(!DivLoop->contains(UserBlock) && in taintLoopLiveOuts()
236 if (DivLoop->contains(OpInst->getParent())) { in taintLoopLiveOuts()