Home
last modified time | relevance | path

Searched refs:OB_deopt (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
DLLVMContext.h74 OB_deopt = 0, // "deopt" enumerator
DInstrTypes.h1219 return getTagID() == LLVMContext::OB_deopt;
1440 if (BOI.Tag->second == LLVMContext::OB_deopt ||
/external/llvm/lib/IR/
DLLVMContext.cpp132 assert(DeoptEntry->second == LLVMContext::OB_deopt && in LLVMContext()
DVerifier.cpp2408 if (Tag == LLVMContext::OB_deopt) { in VerifyCallSite()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1041 if (Tag == LLVMContext::OB_deopt) in InlineFunction()
1194 CS.getOperandBundle(LLVMContext::OB_deopt); in InlineFunction()
1209 if (ChildOB.getTagID() != LLVMContext::OB_deopt) { in InlineFunction()