Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2282 SmallPtrSet<Value *, 16> AttemptingPromotion; in collectPromotionCandidates() local
2285 AttemptingPromotion.insert(I); in collectPromotionCandidates()
2301 if (AttemptingPromotion.contains(I)) in collectPromotionCandidates()