Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/IR/
DLLVMContext.h80 OB_funclet = 1, // "funclet" enumerator
DInstrTypes.h1228 return getTagID() == LLVMContext::OB_funclet;
1445 BOI.Tag->second == LLVMContext::OB_funclet)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h85 OB_funclet = 1, // "funclet" enumerator
DInstrTypes.h1039 return getTagID() == LLVMContext::OB_funclet;
1906 BOI.Tag->second == LLVMContext::OB_funclet)
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h89 OB_funclet = 1, // "funclet" enumerator
/external/llvm-project/llvm/include/llvm/IR/
DLLVMContext.h91 OB_funclet = 1, // "funclet" enumerator
DInstrTypes.h1098 return getTagID() == LLVMContext::OB_funclet;
1994 BOI.Tag->second == LLVMContext::OB_funclet)
/external/llvm/lib/IR/
DLLVMContext.cpp147 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext()
DVerifier.cpp2629 } else if (Tag == LLVMContext::OB_funclet) { in verifyCallSite()
3220 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp56 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext()
/external/llvm-project/llvm/lib/IR/
DLLVMContext.cpp57 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp441 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke()
1373 if (Tag == LLVMContext::OB_funclet) in InlineFunction()
1429 CS.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()
1809 if (CS.getOperandBundle(LLVMContext::OB_funclet)) in InlineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp547 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke()
1589 if (Tag == LLVMContext::OB_funclet) in InlineFunction()
1645 CS.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()
2092 if (CS.getOperandBundle(LLVMContext::OB_funclet)) in InlineFunction()
/external/llvm-project/llvm/lib/Transforms/Utils/
DInlineFunction.cpp554 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke()
1649 if (Tag == LLVMContext::OB_funclet) in InlineFunction()
1705 CB.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()
2153 if (I->getOperandBundle(LLVMContext::OB_funclet)) in InlineFunction()
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp599 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneInstructionInExitBlock()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp945 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
/external/llvm-project/llvm/lib/CodeGen/
DWinEHPrepare.cpp972 if (auto BU = CB->getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp950 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp242 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnd()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp848 OrigCall->getOperandBundle(LLVMContext::OB_funclet); in populateEHOperandBundle()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp764 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneCallInstForBB()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp253 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnd()
/external/llvm-project/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp774 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneCallInstForBB()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLICM.cpp1428 if (Bundle.getTagID() == LLVMContext::OB_funclet) in cloneInstructionInExitBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1379 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneInstructionInExitBlock()

12