HomeSort by relevance Sort by last modified time
    Searched refs:Cold (Results 1 - 7 of 7) 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,
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 254 case CallingConv::Cold:
292 if (CC == CallingConv::Cold)
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 73 case CallingConv::Cold: Out << "coldcc"; break;
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 272 case CallingConv::Cold: Out << "CallingConv::Cold"; break;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 308 milliseconds