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

/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DInlineCost.h52 AlwaysInlineCost = INT_MIN, enumerator in enum:llvm::InlineCost::SentinelValues
67 assert(Cost > AlwaysInlineCost && "Cost crosses sentinel value");
72 return InlineCost(AlwaysInlineCost, 0);
83 bool isAlways() const { return Cost == AlwaysInlineCost; }

Completed in 30 milliseconds