Searched refs:getOrInsertBundleTag (Results 1 – 7 of 7) sorted by relevance
49 auto *DeoptEntry = pImpl->getOrInsertBundleTag("deopt"); in LLVMContext()54 auto *FuncletEntry = pImpl->getOrInsertBundleTag("funclet"); in LLVMContext()59 auto *GCTransitionEntry = pImpl->getOrInsertBundleTag("gc-transition"); in LLVMContext()64 auto *CFGuardTargetEntry = pImpl->getOrInsertBundleTag("cfguardtarget"); in LLVMContext()69 auto *PreallocatedEntry = pImpl->getOrInsertBundleTag("preallocated"); in LLVMContext()74 auto *GCLiveEntry = pImpl->getOrInsertBundleTag("gc-live"); in LLVMContext()80 pImpl->getOrInsertBundleTag("clang.arc.attachedcall"); in LLVMContext()85 auto *PtrauthEntry = pImpl->getOrInsertBundleTag("ptrauth"); in LLVMContext()297 LLVMContext::getOrInsertBundleTag(StringRef TagName) const { in getOrInsertBundleTag() function in LLVMContext298 return pImpl->getOrInsertBundleTag(TagName); in getOrInsertBundleTag()
208 StringMapEntry<uint32_t> *LLVMContextImpl::getOrInsertBundleTag(StringRef Tag) { in getOrInsertBundleTag() function in LLVMContextImpl
222 BOI.Tag = Assume->getContext().pImpl->getOrInsertBundleTag("ignore"); in dropDroppableUse()
1520 StringMapEntry<uint32_t> *getOrInsertBundleTag(StringRef Tag);
416 BOI.Tag = ContextImpl->getOrInsertBundleTag(BI->getTag()); in populateBundleOperandInfos()
116 StringMapEntry<uint32_t> *getOrInsertBundleTag(StringRef TagName) const;
346 IgnoreTag(C.getOrInsertBundleTag(IgnoreBundleTag)) {} in AssumeSimplify()