Searched refs:PropName (Results 1 – 5 of 5) sorted by relevance
150 MDString *PropName = MDString::get(Ctx, "llvm.loop.vectorize.enable"); in annotateLoopLatch() local153 Args.push_back(MDNode::get(Ctx, {PropName, PropValue})); in annotateLoopLatch()157 MDString *PropName = MDString::get(Ctx, "llvm.loop.parallel_accesses"); in annotateLoopLatch() local159 Args.push_back(MDNode::get(Ctx, {PropName, AccGroup})); in annotateLoopLatch()
320 StringRef PropName = Prop->getIdentifier()->getName(); in findPropertyBackingIvar() local326 if (IvarName == PropName) in findPropertyBackingIvar()332 os << '_' << PropName; in findPropertyBackingIvar()
1041 StringRef PropName = PropImpl->getPropertyDecl()->getName(); in isReleasedByCIFilterDealloc() local1045 if (!(PropName.startswith(ReleasePrefix) || in isReleasedByCIFilterDealloc()
47 auto PropName = ApplePropertyString(Bit); in dumpApplePropertyAttribute() local48 if (!PropName.empty()) in dumpApplePropertyAttribute()49 OS << PropName; in dumpApplePropertyAttribute()
8788 IdentifierInfo *PropName = Property->getIdentifier(); in AddObjCKeyValueCompletions() local8789 if (!PropName || PropName->getLength() == 0) in AddObjCKeyValueCompletions()8818 } Key(Allocator, PropName->getName()); in AddObjCKeyValueCompletions()8821 std::string UpperKey = std::string(PropName->getName()); in AddObjCKeyValueCompletions()8833 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second && in AddObjCKeyValueCompletions()