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

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 52 HintThreshold("inlinehint-threshold", cl::Hidden, cl::init(325),
278 // Listen to the inlinehint attribute when it would increase the threshold
281 bool InlineHint = Callee && !Callee->isDeclaration() &&
283 Attribute::InlineHint);
284 if (InlineHint && HintThreshold > thres
  /external/llvm/include/llvm/IR/
Attributes.h 76 InlineHint, ///< Source said inlining was desirable
  /external/llvm/lib/IR/
Attributes.cpp 172 if (hasAttribute(Attribute::InlineHint))
173 return "inlinehint";
382 case Attribute::InlineHint: return 1 << 25;
    [all...]
Verifier.cpp 763 I->getKindAsEnum() == Attribute::InlineHint ||
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 885 // Turn on InlineHint attribute for hot functions.
887 Fn->addFnAttr(llvm::Attribute::InlineHint);
    [all...]
CodeGenFunction.cpp 548 Fn->addFnAttr(llvm::Attribute::InlineHint);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 176 case Attribute::InlineHint:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 517 HANDLE_ATTR(InlineHint);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 564 return Attribute::InlineHint;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 260 milliseconds