Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAlwaysInliner.cpp90 AttributeFuncs::mergeAttributesForInlining(*Caller, F); in run()
DInliner.cpp266 AttributeFuncs::mergeAttributesForInlining(*Caller, *Callee); in inlineCallIfPossible()
1027 AttributeFuncs::mergeAttributesForInlining(F, Callee); in run()
DSampleProfile.cpp1183 AttributeFuncs::mergeAttributesForInlining(*BB->getParent(), in tryInlineCandidate()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DAttributes.h1056 void mergeAttributesForInlining(Function &Caller, const Function &Callee);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAttributes.cpp2103 void AttributeFuncs::mergeAttributesForInlining(Function &Caller, in mergeAttributesForInlining() function in AttributeFuncs