Searched refs:OB_funclet (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | LLVMContext.h | 90 OB_funclet = 1, // "funclet" enumerator
|
H A D | InstrTypes.h | 1170 return getTagID() == LLVMContext::OB_funclet;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/ |
H A D | CFGuard.cpp | 185 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) in insertCFGuardCheck()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 55 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext()
|
H A D | Verifier.cpp | 3699 } 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 D | Instructions.cpp | 599 {LLVMContext::OB_deopt, LLVMContext::OB_funclet, in hasClobberingOperandBundles()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 565 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 D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1287 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 D | AArch64Arm64ECCallLowering.cpp | 753 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) in lowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 1109 if (auto BU = CB->getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCOpts.cpp | 1151 return B.getTagID() != LLVMContext::OB_funclet; in OptimizeIndividualCallImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 468 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnd()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 852 OrigCall->getOperandBundle(LLVMContext::OB_funclet); in populateEHOperandBundle()
|
H A D | AddressSanitizer.cpp | 694 CallBase::addOperandBundle(CI, LLVMContext::OB_funclet, OB, CI); in ~RuntimeCallInserter()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1624 if (Call->getOperandBundleAt(i).getTagID() != LLVMContext::OB_funclet) in selectInstruction()
|
H A D | SelectionDAGBuilder.cpp | 3332 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 D | LICM.cpp | 1440 if (Bundle.getTagID() == LLVMContext::OB_funclet) in cloneInstructionInExitBlock()
|