Searched refs:OB_deopt (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/IR/
H A DLLVMContext.h79 OB_deopt = 0, // "deopt" enumerator in enum:llvm::LLVMContext::__anon12281
H A DInstrTypes.h1223 return getTagID() == LLVMContext::OB_deopt;
1444 if (BOI.Tag->second == LLVMContext::OB_deopt ||
/external/llvm/lib/Transforms/Scalar/
H A DLowerGuardIntrinsic.cpp49 OperandBundleDef DeoptOB(*CI->getOperandBundle(LLVMContext::OB_deopt));
H A DRewriteStatepointsForGC.cpp194 CS.getOperandBundle(LLVMContext::OB_deopt);
/external/llvm/lib/IR/
H A DLLVMContext.cpp142 assert(DeoptEntry->second == LLVMContext::OB_deopt &&
H A DVerifier.cpp2622 if (Tag == LLVMContext::OB_deopt) {
4102 Assert(CS.countOperandBundlesOfType(LLVMContext::OB_deopt) == 1,
4110 Assert(CS.countOperandBundlesOfType(LLVMContext::OB_deopt) == 1,
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1370 if (Tag == LLVMContext::OB_deopt)
1536 CS.getOperandBundle(LLVMContext::OB_deopt);
1551 if (ChildOB.getTagID() != LLVMContext::OB_deopt) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp836 auto DeoptBundle = *CS.getOperandBundle(LLVMContext::OB_deopt);
H A DSelectionDAGBuilder.cpp2263 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) &&
2285 } else if (I.countOperandBundlesOfType(LLVMContext::OB_deopt)) {
6370 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) &&
6373 if (I.countOperandBundlesOfType(LLVMContext::OB_deopt))

Completed in 172 milliseconds