Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp431 static bool isBlockInLCSSAForm(const Loop &L, const BasicBlock &BB, in isBlockInLCSSAForm() function
465 return isBlockInLCSSAForm(*this, *BB, DT, IgnoreTokens); in isLCSSAForm()
475 return isBlockInLCSSAForm(*LI.getLoopFor(BB), *BB, DT, IgnoreTokens); in isRecursivelyLCSSAForm()