Searched refs:FoundRoot (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 622 bool FoundRoot = false; member 645 if (!foldLoadsRecursive(X, LOps, DL, AA) && LOps.FoundRoot) in foldLoadsRecursive() 654 if (LOps.FoundRoot == false && in foldLoadsRecursive() 698 LoadInst *Start = LOps.FoundRoot ? LOps.RootInsert : LI1, *End = LI2; in foldLoadsRecursive() 703 if (LOps.FoundRoot) in foldLoadsRecursive() 743 if (LOps.FoundRoot) { in foldLoadsRecursive() 761 if (LOps.FoundRoot == false) { in foldLoadsRecursive() 762 LOps.FoundRoot = true; in foldLoadsRecursive() 788 if (!foldLoadsRecursive(&I, LOps, DL, AA) || !LOps.FoundRoot) in foldConsecutiveLoads()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3773 bool &FoundRoot) { in collectBitParts() argument 3799 Depth + 1, FoundRoot); in collectBitParts() 3804 Depth + 1, FoundRoot); in collectBitParts() 3838 Depth + 1, FoundRoot); in collectBitParts() 3868 Depth + 1, FoundRoot); in collectBitParts() 3883 Depth + 1, FoundRoot); in collectBitParts() 3899 Depth + 1, FoundRoot); in collectBitParts() 3913 Depth + 1, FoundRoot); in collectBitParts() 3926 Depth + 1, FoundRoot); in collectBitParts() 3958 Depth + 1, FoundRoot); in collectBitParts() [all …]
|