Searched defs:InlineCost (Results 1 – 2 of 2) sorted by relevance
25 class InlineCost; variable
64 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} in InlineCost() function