Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h1294 void mergeAttributesForInlining(Function &Caller, const Function &Callee);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2909 AttributeFuncs::mergeAttributesForInlining(*Caller, *CalledFunc); in InlineFunction()
3071 AttributeFuncs::mergeAttributesForInlining(*Caller, *CalledFunc); in InlineFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2399 void AttributeFuncs::mergeAttributesForInlining(Function &Caller, in mergeAttributesForInlining() function in AttributeFuncs