Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h90 OB_funclet = 1, // "funclet" enumerator
H A DInstrTypes.h1170 return getTagID() == LLVMContext::OB_funclet;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp185 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) in insertCFGuardCheck()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp55 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext()
H A DVerifier.cpp3699 } else if (Tag == LLVMContext::OB_funclet) { in visitCallBase()
4423 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors()
6359 if (Call.getOperandBundleAt(I).getTagID() == LLVMContext::OB_funclet) in visitIntrinsicCall()
H A DInstructions.cpp599 {LLVMContext::OB_deopt, LLVMContext::OB_funclet, in hasClobberingOperandBundles()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp565 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke()
964 if (I->getOperandBundle(LLVMContext::OB_funclet)) in PropagateOperandBundles()
2169 if (Tag == LLVMContext::OB_funclet) in InlineFunction()
2255 CB.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1287 if (CB->getOperandBundle(LLVMContext::OB_funclet)) { in runSjLjOnFunction()
1704 if (auto Bundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in handleLongjmpableCallsForWasmSjLj()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp753 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1109 if (auto BU = CB->getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1151 return B.getTagID() != LLVMContext::OB_funclet; in OptimizeIndividualCallImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp468 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnd()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp852 OrigCall->getOperandBundle(LLVMContext::OB_funclet); in populateEHOperandBundle()
H A DAddressSanitizer.cpp694 CallBase::addOperandBundle(CI, LLVMContext::OB_funclet, OB, CI); in ~RuntimeCallInserter()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1624 if (Call->getOperandBundleAt(i).getTagID() != LLVMContext::OB_funclet) in selectInstruction()
H A DSelectionDAGBuilder.cpp3332 LLVMContext::OB_gc_live, LLVMContext::OB_funclet, in visitInvoke()
3424 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) && in visitCallBr()
9428 {LLVMContext::OB_deopt, LLVMContext::OB_funclet, in visitCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1440 if (Bundle.getTagID() == LLVMContext::OB_funclet) in cloneInstructionInExitBlock()