Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp830 std::optional<OperandBundleUse> ParentFunclet = in populateEHOperandBundle() local
832 if (ParentFunclet) in populateEHOperandBundle()
833 OpBundles.emplace_back(OperandBundleDef(*ParentFunclet)); in populateEHOperandBundle()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2102 std::optional<OperandBundleUse> ParentFunclet = in InlineFunction() local
2104 if (ParentFunclet) in InlineFunction()
2105 CallSiteEHPad = cast<FuncletPadInst>(ParentFunclet->Inputs.front()); in InlineFunction()