HomeSort by relevance Sort by last modified time
    Searched refs:Cold (Results 1 - 18 of 18) 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 75 Cold, ///< Marks function as being in a cold path.
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 188 F1->setCallingConv(CallingConv::Cold);
200 EXPECT_EQ(CallingConv::Cold, F2->getCallingConv());
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 249 case CallingConv::Cold:
302 case CallingConv::Cold:
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 74 /// \brief Weight for a branch taken going into a cold block.
77 /// cold. A block is marked cold if it's postdominated by a
78 /// block containing a call to a cold function. Cold functions
79 /// are those marked with attribute 'cold'.
82 /// \brief Weight for a branch not-taken into a cold block.
85 /// cold.
212 /// \brief Calculate edge weights for edges leading to cold blocks.
214 /// A cold block is one post-dominated by a block with a call to
    [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 60 cl::desc("Threshold for inlining functions with cold attribute"));
289 // Listen to the cold attribute when it would decrease the threshold.
292 Attribute::Cold);
295 // do not use the default cold threshold even if it is smaller.
  /external/llvm/lib/IR/
Attributes.cpp 236 if (hasAttribute(Attribute::Cold))
237 return "cold";
395 case Attribute::Cold: return 1ULL << 40;
    [all...]
Verifier.cpp 775 I->getKindAsEnum() == Attribute::Cold ||
    [all...]
AsmWriter.cpp 73 case CallingConv::Cold: Out << "coldcc"; break;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 889 // Turn on Cold attribute for cold functions.
    [all...]
CodeGenModule.cpp 712 B.addAttribute(llvm::Attribute::Cold);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 38 ColdErrorCalls("error-reporting-is-cold", cl::init(true),
39 cl::Hidden, cl::desc("Treat error-reporting calls as cold"));
    [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 274 case CallingConv::Cold: Out << "CallingConv::Cold"; break;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 562 return Attribute::Cold;
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 1090 6025 WinFast DTV Dongle (cold state)
    [all...]

Completed in 711 milliseconds