HomeSort by relevance Sort by last modified time
    Searched refs:NeverInlineCost (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
InlineCost.h 55 NeverInlineCost = INT_MAX
70 assert(Cost < NeverInlineCost && "Cost crosses sentinel value");
77 return InlineCost(NeverInlineCost, 0);
86 bool isNever() const { return Cost == NeverInlineCost; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
InlineCost.h 68 NeverInlineCost = INT_MAX
83 assert(Cost < NeverInlineCost && "Cost crosses sentinel value");
90 return InlineCost(NeverInlineCost, 0);
99 bool isNever() const { return Cost == NeverInlineCost; }

Completed in 1025 milliseconds