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