Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp618 LoadInst *RootInsert = nullptr; member
695 LoadInst *Start = LOps.FoundRoot ? LOps.RootInsert : LI1, *End = LI2; in foldLoadsRecursive()
763 LOps.RootInsert = Start; in foldLoadsRecursive()
806 Builder.SetInsertPoint(LOps.RootInsert); in foldConsecutiveLoads()
807 if (!DT.dominates(Load1Ptr, LOps.RootInsert)) { in foldConsecutiveLoads()