Home
last modified time | relevance | path

Searched refs:ChildOB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2746 auto ChildOB = ICS->getOperandBundleAt(COBi); in InlineFunction() local
2747 if (ChildOB.getTagID() != LLVMContext::OB_deopt) { in InlineFunction()
2749 OpDefs.emplace_back(ChildOB); in InlineFunction()
2759 ChildOB.Inputs.size()); in InlineFunction()
2762 llvm::append_range(MergedDeoptArgs, ChildOB.Inputs); in InlineFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp320 auto ChildOB = CI->getOperandBundleAt(i); in Create() local
321 if (ChildOB.getTagName() != OpB.getTag()) in Create()
322 OpDefs.emplace_back(ChildOB); in Create()