Searched defs:InlineCost (Results 1 – 3 of 3) sorted by relevance
26 class InlineCost; variable
65 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} in InlineCost() function
850 int InlineCost = 0; in computeBBInlineCost() local