Home
last modified time | relevance | path

Searched refs:mergeAttributesForInlining (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h1237 void mergeAttributesForInlining(Function &Caller, const Function &Callee);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2806 AttributeFuncs::mergeAttributesForInlining(*Caller, *CalledFunc); in InlineFunction()
2970 AttributeFuncs::mergeAttributesForInlining(*Caller, *CalledFunc); in InlineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2229 void AttributeFuncs::mergeAttributesForInlining(Function &Caller, in mergeAttributesForInlining() function in AttributeFuncs