Searched refs:getOperandBundle (Results 1 – 11 of 11) sorted by relevance
568 Optional<OperandBundleUse> getOperandBundle(StringRef Name) const { in getOperandBundle() function569 CALLSITE_DELEGATE_GETTER(getOperandBundle(Name)); in getOperandBundle()572 Optional<OperandBundleUse> getOperandBundle(uint32_t ID) const { in getOperandBundle() function573 CALLSITE_DELEGATE_GETTER(getOperandBundle(ID)); in getOperandBundle()
1844 Optional<OperandBundleUse> getOperandBundle(StringRef Name) const {1860 Optional<OperandBundleUse> getOperandBundle(uint32_t ID) const {
32 OperandBundleDef DeoptOB(*Guard->getOperandBundle(LLVMContext::OB_deopt)); in makeGuardControlFlowExplicit()
547 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke()1645 CS.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()1756 CS.getOperandBundle(LLVMContext::OB_deopt); in InlineFunction()2092 if (CS.getOperandBundle(LLVMContext::OB_funclet)) in InlineFunction()
938 auto DeoptBundle = *Call->getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl()
7212 if (auto Bundle = CS.getOperandBundle(LLVMContext::OB_cfguardtarget)) { in LowerCallTo()
563 if (auto DeoptBundle = CS.getOperandBundle(LLVMContext::OB_deopt)) { in processCallSite()
290 Call->getOperandBundle(LLVMContext::OB_deopt); in GetDeoptBundleOperands()1437 Call->getOperandBundle(LLVMContext::OB_gc_transition)) { in makeStatepointExplicitImpl()
950 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
242 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnd()
3659 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors()