HomeSort by: relevance | last modified time | path
    Searched defs:COLD (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 136 /// Weight to a 'cold' block. Cold blocks are the ones containing calls marked
137 /// with attribute 'cold'.
138 COLD = 0xffff,
652 // "unwind" block may also contain "cold" call. In that case the first
746 // Check if the block contains 'cold' call.
749 if (CI->hasFnAttr(Attribute::Cold))
750 return static_cast<uint32_t>(BlockExecWeight::COLD);
756 // 'unreachable', 'noreturn', 'cold', 'unwind' blocks. In addition it does its
  /src/games/rogue/
rogue.h 134 #define COLD 9

Completed in 16 milliseconds