Searched refs:FoundRoot (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 614 bool FoundRoot = false; member 637 if (!foldLoadsRecursive(X, LOps, DL, AA) && LOps.FoundRoot) in foldLoadsRecursive() 646 if (LOps.FoundRoot == false && in foldLoadsRecursive() 690 LoadInst *Start = LOps.FoundRoot ? LOps.RootInsert : LI1, *End = LI2; in foldLoadsRecursive() 695 if (LOps.FoundRoot) in foldLoadsRecursive() 733 if (LOps.FoundRoot) { in foldLoadsRecursive() 751 if (LOps.FoundRoot == false) { in foldLoadsRecursive() 752 LOps.FoundRoot = true; in foldLoadsRecursive() 777 if (!foldLoadsRecursive(&I, LOps, DL, AA) || !LOps.FoundRoot) in foldConsecutiveLoads()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3039 bool &FoundRoot) { in collectBitParts() argument 3065 Depth + 1, FoundRoot); in collectBitParts() 3070 Depth + 1, FoundRoot); in collectBitParts() 3104 Depth + 1, FoundRoot); in collectBitParts() 3134 Depth + 1, FoundRoot); in collectBitParts() 3149 Depth + 1, FoundRoot); in collectBitParts() 3165 Depth + 1, FoundRoot); in collectBitParts() 3179 Depth + 1, FoundRoot); in collectBitParts() 3192 Depth + 1, FoundRoot); in collectBitParts() 3224 Depth + 1, FoundRoot); in collectBitParts() [all …]
|