Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp621 LoadInst *RootInsert = nullptr; member
698 LoadInst *Start = LOps.FoundRoot ? LOps.RootInsert : LI1, *End = LI2; in foldLoadsRecursive()
766 LOps.RootInsert = Start; in foldLoadsRecursive()
809 Builder.SetInsertPoint(LOps.RootInsert); in foldConsecutiveLoads()
810 if (!DT.dominates(Load1Ptr, LOps.RootInsert)) { in foldConsecutiveLoads()