Home
last modified time | relevance | path

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

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