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

  /external/llvm/include/llvm/IR/
CallingConv.h 41 // Cold - This calling convention attempts to make code in the caller as
45 Cold = 9,
Attributes.h 73 Cold, ///< Marks function as being in a cold path.
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 258 case CallingConv::Cold:
301 if (CC == CallingConv::Cold)
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 72 /// \brief Weight for a branch taken going into a cold block.
75 /// cold. A block is marked cold if it's postdominated by a
76 /// block containing a call to a cold function. Cold functions
77 /// are those marked with attribute 'cold'.
80 /// \brief Weight for a branch not-taken into a cold block.
83 /// cold.
210 /// \brief Calculate edge weights for edges leading to cold blocks.
212 /// A cold block is one post-dominated by a block with a call to
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 227 if (hasAttribute(Attribute::Cold))
228 return "cold";
382 case Attribute::Cold: return 1ULL << 40;
    [all...]
Verifier.cpp 754 I->getKindAsEnum() == Attribute::Cold) {
    [all...]
AsmWriter.cpp 76 case CallingConv::Cold: Out << "coldcc"; break;
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 174 case Attribute::Cold:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 272 case CallingConv::Cold: Out << "CallingConv::Cold"; break;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 913 case lltok::kw_cold: B.addAttribute(Attribute::Cold); break;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 634 B.addAttribute(llvm::Attribute::Cold);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 526 *Kind = Attribute::Cold;
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 1090 6025 WinFast DTV Dongle (cold state)
    [all...]

Completed in 404 milliseconds