Home
last modified time | relevance | path

Searched refs:OB_funclet (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h91 OB_funclet = 1, // "funclet" enumerator
H A DInstrTypes.h1095 return getTagID() == LLVMContext::OB_funclet;
2030 BOI.Tag->second == LLVMContext::OB_funclet)
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp57 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext()
H A DVerifier.cpp3234 } else if (Tag == LLVMContext::OB_funclet) { in visitCallBase()
3908 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp570 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke()
1785 if (Tag == LLVMContext::OB_funclet) in InlineFunction()
1843 CB.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()
2310 if (I->getOperandBundle(LLVMContext::OB_funclet)) in InlineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp966 if (auto BU = CB->getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp783 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneCallInstForBB()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp875 OrigCall->getOperandBundle(LLVMContext::OB_funclet); in populateEHOperandBundle()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp306 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnd()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1490 if (Bundle.getTagID() == LLVMContext::OB_funclet) in cloneInstructionInExitBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1516 if (Call->getOperandBundleAt(i).getTagID() != LLVMContext::OB_funclet) in selectInstruction()
H A DSelectionDAGBuilder.cpp2878 LLVMContext::OB_gc_live, LLVMContext::OB_funclet, in visitInvoke()
2964 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) && in visitCallBr()
8087 {LLVMContext::OB_deopt, LLVMContext::OB_funclet, in visitCall()