Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h90 OB_funclet = 1, // "funclet" enumerator
H A DInstrTypes.h1193 return getTagID() == LLVMContext::OB_funclet;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp184 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) in insertCFGuardCheck()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp55 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext()
H A DVerifier.cpp3565 } else if (Tag == LLVMContext::OB_funclet) { in visitCallBase()
4283 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors()
6126 if (Call.getOperandBundleAt(I).getTagID() == LLVMContext::OB_funclet) in visitIntrinsicCall()
H A DInstructions.cpp593 {LLVMContext::OB_deopt, LLVMContext::OB_funclet, in hasClobberingOperandBundles()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1316 if (CB->getOperandBundle(LLVMContext::OB_funclet)) { in runSjLjOnFunction()
1402 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) in runSjLjOnFunction()
1819 if (auto Bundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in handleLongjmpableCallsForWasmSjLj()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp562 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke()
961 if (I->getOperandBundle(LLVMContext::OB_funclet)) in PropagateOperandBundles()
2062 if (Tag == LLVMContext::OB_funclet) in InlineFunction()
2155 CB.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp631 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) in lowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1108 if (auto BU = CB->getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1149 return B.getTagID() != LLVMContext::OB_funclet; in OptimizeIndividualCallImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp828 OrigCall->getOperandBundle(LLVMContext::OB_funclet); in populateEHOperandBundle()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp389 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnd()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1579 if (Call->getOperandBundleAt(i).getTagID() != LLVMContext::OB_funclet) in selectInstruction()
H A DSelectionDAGBuilder.cpp3139 LLVMContext::OB_gc_live, LLVMContext::OB_funclet, in visitInvoke()
3229 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) && in visitCallBr()
8949 {LLVMContext::OB_deopt, LLVMContext::OB_funclet, in visitCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1429 if (Bundle.getTagID() == LLVMContext::OB_funclet) in cloneInstructionInExitBlock()