Searched refs:FoundRoot (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 630 bool FoundRoot = false; member 653 if (!foldLoadsRecursive(X, LOps, DL, AA) && LOps.FoundRoot) in foldLoadsRecursive() 662 if (LOps.FoundRoot == false && in foldLoadsRecursive() 707 LoadInst *Start = LOps.FoundRoot ? LOps.RootInsert : LI1, *End = LI2; in foldLoadsRecursive() 712 if (LOps.FoundRoot) in foldLoadsRecursive() 750 if (LOps.FoundRoot) { in foldLoadsRecursive() 768 if (LOps.FoundRoot == false) { in foldLoadsRecursive() 769 LOps.FoundRoot = true; in foldLoadsRecursive() 795 if (!foldLoadsRecursive(&I, LOps, DL, AA) || !LOps.FoundRoot) in foldConsecutiveLoads()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3865 bool &FoundRoot) { in collectBitParts() argument 3891 Depth + 1, FoundRoot); in collectBitParts() 3896 Depth + 1, FoundRoot); in collectBitParts() 3930 Depth + 1, FoundRoot); in collectBitParts() 3960 Depth + 1, FoundRoot); in collectBitParts() 3975 Depth + 1, FoundRoot); in collectBitParts() 3991 Depth + 1, FoundRoot); in collectBitParts() 4005 Depth + 1, FoundRoot); in collectBitParts() 4018 Depth + 1, FoundRoot); in collectBitParts() 4050 Depth + 1, FoundRoot); in collectBitParts() [all …]
|