Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DLLVMContext.h75 OB_funclet = 1, // "funclet" enumerator
DInstrTypes.h1224 return getTagID() == LLVMContext::OB_funclet;
1441 BOI.Tag->second == LLVMContext::OB_funclet)
/external/llvm/lib/IR/
DLLVMContext.cpp137 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext()
DVerifier.cpp2412 if (Tag == LLVMContext::OB_funclet) { in VerifyCallSite()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1044 if (Tag == LLVMContext::OB_funclet) in InlineFunction()
1100 CS.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()
1441 if (CS.getOperandBundle(LLVMContext::OB_funclet)) in InlineFunction()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp785 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()