Searched defs:InlineCost (Results 1 – 5 of 5) sorted by relevance
25 class InlineCost; variable
26 class InlineCost; variable
65 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} in InlineCost() function
382 int InlineCost = 0; in getInlineSize() local535 int InlineCost = getInlineSize(CS, Callee) + getInlineBonuses(CS, Callee); in getInlineCost() local
73 InlineCost(int C, int T) { in InlineCost() function