Searched defs:InlineCost (Results 1 – 4 of 4) 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
853 InstructionCost InlineCost = 0; in computeBBInlineCost() local