Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp150 static bool isBlockInLCSSAForm(const Loop &L, const BasicBlock &BB, in isBlockInLCSSAForm() function
180 return isBlockInLCSSAForm(*this, *BB, DT); in isLCSSAForm()
189 return isBlockInLCSSAForm(*LI.getLoopFor(BB), *BB, DT); in isRecursivelyLCSSAForm()