Searched refs:Promotable (Results 1 – 3 of 3) sorted by relevance
113 PHINodeSet Promotable; in getPromotablePHINodes() local119 Promotable.insert(P); in getPromotablePHINodes()122 for (const auto &P : Promotable) { in getPromotablePHINodes()140 auto IsPromotable = [&Promotable] (const Value *V) -> bool { in getPromotablePHINodes()142 return !Phi || Promotable.count(Phi); in getPromotablePHINodes()146 Promotable.erase(User); in getPromotablePHINodes()149 for (const auto &P : Promotable) { in getPromotablePHINodes()159 return Promotable; in getPromotablePHINodes()
3890 bool Promotable = true; in rewritePartition() local3892 Promotable &= Rewriter.visit(S); in rewritePartition()3896 Promotable &= Rewriter.visit(&S); in rewritePartition()3910 Promotable = false; in rewritePartition()3919 Promotable = false; in rewritePartition()3925 if (Promotable) { in rewritePartition()
4714 QualType ASTContext::getPromotedIntegerType(QualType Promotable) const { in getPromotedIntegerType()4715 assert(!Promotable.isNull()); in getPromotedIntegerType()4716 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()4717 if (const EnumType *ET = Promotable->getAs<EnumType>()) in getPromotedIntegerType()4720 if (const BuiltinType *BT = Promotable->getAs<BuiltinType>()) { in getPromotedIntegerType()4747 if (Promotable->isSignedIntegerType()) in getPromotedIntegerType()4749 uint64_t PromotableSize = getIntWidth(Promotable); in getPromotedIntegerType()4751 assert(Promotable->isUnsignedIntegerType() && PromotableSize <= IntSize); in getPromotedIntegerType()