Searched refs:IgnoreTokens (Results 1 – 2 of 2) sorted by relevance
428 const DominatorTree &DT, bool IgnoreTokens) { in isBlockInLCSSAForm() argument433 if (IgnoreTokens && I.getType()->isTokenTy()) in isBlockInLCSSAForm()458 bool Loop::isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens) const { in isLCSSAForm()461 return isBlockInLCSSAForm(*this, *BB, DT, IgnoreTokens); in isLCSSAForm()466 bool IgnoreTokens) const { in isRecursivelyLCSSAForm()471 return isBlockInLCSSAForm(*LI.getLoopFor(BB), *BB, DT, IgnoreTokens); in isRecursivelyLCSSAForm()
819 bool isLCSSAForm(const DominatorTree &DT, bool IgnoreTokens = true) const;825 bool IgnoreTokens = true) const;