Searched refs:getOrInsertBundleTag (Results 1 – 7 of 7) sorted by relevance
51 auto *DeoptEntry = pImpl->getOrInsertBundleTag("deopt"); in LLVMContext()56 auto *FuncletEntry = pImpl->getOrInsertBundleTag("funclet"); in LLVMContext()61 auto *GCTransitionEntry = pImpl->getOrInsertBundleTag("gc-transition"); in LLVMContext()66 auto *CFGuardTargetEntry = pImpl->getOrInsertBundleTag("cfguardtarget"); in LLVMContext()71 auto *PreallocatedEntry = pImpl->getOrInsertBundleTag("preallocated"); in LLVMContext()76 auto *GCLiveEntry = pImpl->getOrInsertBundleTag("gc-live"); in LLVMContext()82 pImpl->getOrInsertBundleTag("clang.arc.attachedcall"); in LLVMContext()282 LLVMContext::getOrInsertBundleTag(StringRef TagName) const { in getOrInsertBundleTag() function in LLVMContext283 return pImpl->getOrInsertBundleTag(TagName); in getOrInsertBundleTag()
192 StringMapEntry<uint32_t> *LLVMContextImpl::getOrInsertBundleTag(StringRef Tag) { in getOrInsertBundleTag() function in LLVMContextImpl
216 BOI.Tag = Assume->getContext().pImpl->getOrInsertBundleTag("ignore"); in dropDroppableUse()
1482 StringMapEntry<uint32_t> *getOrInsertBundleTag(StringRef Tag);
381 BOI.Tag = ContextImpl->getOrInsertBundleTag(BI->getTag()); in populateBundleOperandInfos()
115 StringMapEntry<uint32_t> *getOrInsertBundleTag(StringRef TagName) const;
346 IgnoreTag(C.getOrInsertBundleTag(IgnoreBundleTag)) {} in AssumeSimplify()