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 50 HintThreshold("inlinehint-threshold", cl::Hidden, cl::init(325),
246 // Listen to the inlinehint attribute when it would increase the threshold
249 bool InlineHint = Callee && !Callee->isDeclaration() &&
251 Attribute::InlineHint);
252 if (InlineHint && HintThreshold > thres
  /external/llvm/include/llvm/IR/
Attributes.h 71 InlineHint, ///< Source said inlining was desirable

Completed in 61 milliseconds