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()90 auto *KCFIEntry = pImpl->getOrInsertBundleTag("kcfi"); in LLVMContext()302 LLVMContext::getOrInsertBundleTag(StringRef TagName) const { in getOrInsertBundleTag() function in LLVMContext[all …]
209 StringMapEntry<uint32_t> *LLVMContextImpl::getOrInsertBundleTag(StringRef Tag) { in getOrInsertBundleTag() function in LLVMContextImpl
225 BOI.Tag = Assume->getContext().pImpl->getOrInsertBundleTag("ignore"); in dropDroppableUse()
1579 StringMapEntry<uint32_t> *getOrInsertBundleTag(StringRef Tag);
445 BOI.Tag = ContextImpl->getOrInsertBundleTag(BI->getTag()); in populateBundleOperandInfos()
116 StringMapEntry<uint32_t> *getOrInsertBundleTag(StringRef TagName) const;
346 IgnoreTag(C.getOrInsertBundleTag(IgnoreBundleTag)) {} in AssumeSimplify()