Home
last modified time | relevance | path

Searched refs:AlwaysInlineCost (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
DInlineCost.h53 AlwaysInlineCost = INT_MIN, enumerator
68 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()