OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInlineBonuses
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
InlineCost.h
130
int
getInlineBonuses
(CallSite CS, Function *Callee);
/external/llvm/lib/Analysis/
InlineCost.cpp
415
int InlineCostAnalyzer::
getInlineBonuses
(CallSite CS, Function *Callee) {
527
int InlineCost = getInlineSize(CS, Callee) +
getInlineBonuses
(CS, Callee);
Completed in 100 milliseconds