HomeSort by relevance Sort by last modified time
    Searched defs:InlineHint (Results 1 - 2 of 2) 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

Completed in 37 milliseconds