Searched refs:Promotable (Results 1 – 5 of 5) sorted by relevance
131 PHINodeSet Promotable; in getPromotablePHINodes() local137 Promotable.insert(P); in getPromotablePHINodes()140 for (const PHINode *P : Promotable) { in getPromotablePHINodes()158 auto IsPromotable = [&Promotable] (const Value *V) -> bool { in getPromotablePHINodes()160 return !Phi || Promotable.count(Phi); in getPromotablePHINodes()164 Promotable.erase(User); in getPromotablePHINodes()167 for (const PHINode *P : Promotable) { in getPromotablePHINodes()177 return Promotable; in getPromotablePHINodes()
4343 bool Promotable = true; in rewritePartition() local4345 Promotable &= Rewriter.visit(S); in rewritePartition()4349 Promotable &= Rewriter.visit(&S); in rewritePartition()4360 Promotable = false; in rewritePartition()4368 Promotable = false; in rewritePartition()4374 if (Promotable) { in rewritePartition()
6395 QualType ASTContext::getPromotedIntegerType(QualType Promotable) const { in getPromotedIntegerType()6396 assert(!Promotable.isNull()); in getPromotedIntegerType()6397 assert(Promotable->isPromotableIntegerType()); in getPromotedIntegerType()6398 if (const auto *ET = Promotable->getAs<EnumType>()) in getPromotedIntegerType()6401 if (const auto *BT = Promotable->getAs<BuiltinType>()) { in getPromotedIntegerType()6429 if (Promotable->isSignedIntegerType()) in getPromotedIntegerType()6431 uint64_t PromotableSize = getIntWidth(Promotable); in getPromotedIntegerType()6433 assert(Promotable->isUnsignedIntegerType() && PromotableSize <= IntSize); in getPromotedIntegerType()
2166 @c <en>Promotable read locks are a concept you may not find in other literature on2174 Promotable read locks are a concept you may not find in other literature on
1346 Promotable read locks are a concept you may not find in other literature on