Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp874 Optional<OperandBundleUse> ParentFunclet = in populateEHOperandBundle() local
876 if (ParentFunclet) in populateEHOperandBundle()
877 OpBundles.emplace_back(OperandBundleDef(*ParentFunclet)); in populateEHOperandBundle()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1842 Optional<OperandBundleUse> ParentFunclet = in InlineFunction() local
1844 if (ParentFunclet) in InlineFunction()
1845 CallSiteEHPad = cast<FuncletPadInst>(ParentFunclet->Inputs.front()); in InlineFunction()