HomeSort by relevance Sort by last modified time
    Searched defs:getInlineThreshold (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 53 unsigned getInlineThreshold() const { return InlineThreshold; }
60 unsigned getInlineThreshold(CallSite CS) const;
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 255 unsigned Inliner::getInlineThreshold(CallSite CS) const {

Completed in 74 milliseconds