Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2300 SmallPtrSet<Value *, 16> AttemptingPromotion; in collectPromotionCandidates() local
2303 AttemptingPromotion.insert(I); in collectPromotionCandidates()
2319 if (AttemptingPromotion.contains(I)) in collectPromotionCandidates()