reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
135 Promotable.insert(P); 138 for (const PHINode *P : Promotable) { 156 auto IsPromotable = [&Promotable] (const Value *V) -> bool { 158 return !Phi || Promotable.count(Phi); 162 Promotable.erase(User); 165 for (const PHINode *P : Promotable) { 175 return Promotable;