Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp433 const DominatorTree &DT, bool IgnoreTokens) { in isBlockInLCSSAForm() argument
438 if (IgnoreTokens && I.getType()->isTokenTy()) in isBlockInLCSSAForm()
463 bool Loop::isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens) const { in isLCSSAForm()
466 return isBlockInLCSSAForm(*this, *BB, DT, IgnoreTokens); in isLCSSAForm()
471 bool IgnoreTokens) const { in isRecursivelyLCSSAForm()
476 return isBlockInLCSSAForm(*LI.getLoopFor(BB), *BB, DT, IgnoreTokens); in isRecursivelyLCSSAForm()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h319 bool isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens = true) const;
325 bool IgnoreTokens = true) const;