Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DLLVMContext.h90 OB_funclet = 1, // "funclet" enumerator
DInstrTypes.h1118 return getTagID() == LLVMContext::OB_funclet;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp171 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) in insertCFGuardCheck()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DLLVMContext.cpp55 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext()
DVerifier.cpp3417 } else if (Tag == LLVMContext::OB_funclet) { in visitCallBase()
4114 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors()
DInstructions.cpp544 {LLVMContext::OB_deopt, LLVMContext::OB_funclet, in hasClobberingOperandBundles()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp1317 if (CB->getOperandBundle(LLVMContext::OB_funclet)) { in runSjLjOnFunction()
1403 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) in runSjLjOnFunction()
1827 if (auto Bundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in handleLongjmpableCallsForWasmSjLj()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DInlineFunction.cpp564 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke()
966 if (I->getOperandBundle(LLVMContext::OB_funclet)) in PropagateOperandBundles()
2036 if (Tag == LLVMContext::OB_funclet) in InlineFunction()
2103 CB.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DWinEHPrepare.cpp960 if (auto BU = CB->getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp1147 return B.getTagID() != LLVMContext::OB_funclet; in OptimizeIndividualCallImpl()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp335 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnd()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLICM.cpp1417 if (Bundle.getTagID() == LLVMContext::OB_funclet) in cloneInstructionInExitBlock()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp831 OrigCall->getOperandBundle(LLVMContext::OB_funclet); in populateEHOperandBundle()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1501 if (Call->getOperandBundleAt(i).getTagID() != LLVMContext::OB_funclet) in selectInstruction()
DSelectionDAGBuilder.cpp2958 LLVMContext::OB_gc_live, LLVMContext::OB_funclet, in visitInvoke()
3044 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) && in visitCallBr()
8541 {LLVMContext::OB_deopt, LLVMContext::OB_funclet, in visitCall()