Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp432 const DominatorTree &DT, bool IgnoreTokens) { in isBlockInLCSSAForm() argument
437 if (IgnoreTokens && I.getType()->isTokenTy()) in isBlockInLCSSAForm()
462 bool Loop::isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens) const { in isLCSSAForm()
465 return isBlockInLCSSAForm(*this, *BB, DT, IgnoreTokens); in isLCSSAForm()
470 bool IgnoreTokens) const { in isRecursivelyLCSSAForm()
475 return isBlockInLCSSAForm(*LI.getLoopFor(BB), *BB, DT, IgnoreTokens); in isRecursivelyLCSSAForm()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h822 bool isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens = true) const;
828 bool IgnoreTokens = true) const;