Searched refs:AlwaysInlineCost (Results 1 – 1 of 1) sorted by relevance
53 AlwaysInlineCost = INT_MIN, enumerator68 assert(Cost > AlwaysInlineCost && "Cost crosses sentinel value"); in get()73 return InlineCost(AlwaysInlineCost, 0); in getAlways()84 bool isAlways() const { return Cost == AlwaysInlineCost; } in isAlways()