Searched refs:PathIsNoop (Results 1 – 2 of 2) sorted by relevance
1777 Info.PathIsNoop &= in hasPartialIVCondition()1788 Info.PathIsNoop &= all_of( in hasPartialIVCondition()1833 Info.PathIsNoop &= isMustProgress(&L); in hasPartialIVCondition()1838 if (Info.PathIsNoop) { in hasPartialIVCondition()1846 Info.PathIsNoop &= llvm::empty(Succ->phis()) && in hasPartialIVCondition()1848 if (!Info.PathIsNoop) in hasPartialIVCondition()1857 Info.PathIsNoop = false; in hasPartialIVCondition()
528 bool PathIsNoop = true; member