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.cpp2415 auto ChildOB = ICS->getOperandBundleAt(COBi); in InlineFunction() local
2416 if (ChildOB.getTagID() != LLVMContext::OB_deopt) { in InlineFunction()
2418 OpDefs.emplace_back(ChildOB); in InlineFunction()
2428 ChildOB.Inputs.size()); in InlineFunction()
2431 llvm::append_range(MergedDeoptArgs, ChildOB.Inputs); in InlineFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp316 auto ChildOB = CI->getOperandBundleAt(i); in Create() local
317 if (ChildOB.getTagName() != OpB.getTag()) in Create()
318 OpDefs.emplace_back(ChildOB); in Create()