Home
last modified time | relevance | path

Searched refs:FoundRoot (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp619 bool FoundRoot = false; member
642 if (!foldLoadsRecursive(X, LOps, DL, AA) && LOps.FoundRoot) in foldLoadsRecursive()
651 if (LOps.FoundRoot == false && in foldLoadsRecursive()
695 LoadInst *Start = LOps.FoundRoot ? LOps.RootInsert : LI1, *End = LI2; in foldLoadsRecursive()
700 if (LOps.FoundRoot) in foldLoadsRecursive()
740 if (LOps.FoundRoot) { in foldLoadsRecursive()
758 if (LOps.FoundRoot == false) { in foldLoadsRecursive()
759 LOps.FoundRoot = true; in foldLoadsRecursive()
785 if (!foldLoadsRecursive(&I, LOps, DL, AA) || !LOps.FoundRoot) in foldConsecutiveLoads()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3667 bool &FoundRoot) { in collectBitParts() argument
3693 Depth + 1, FoundRoot); in collectBitParts()
3698 Depth + 1, FoundRoot); in collectBitParts()
3732 Depth + 1, FoundRoot); in collectBitParts()
3762 Depth + 1, FoundRoot); in collectBitParts()
3777 Depth + 1, FoundRoot); in collectBitParts()
3793 Depth + 1, FoundRoot); in collectBitParts()
3807 Depth + 1, FoundRoot); in collectBitParts()
3873 if (FoundRoot) in collectBitParts()
3878 FoundRoot = true; in collectBitParts()
[all …]