Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2289 SmallPtrSet<Value *, 16> AttemptingPromotion; in collectPromotionCandidates() local
2292 AttemptingPromotion.insert(I); in collectPromotionCandidates()
2308 if (AttemptingPromotion.contains(I)) in collectPromotionCandidates()