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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 109 unsigned MaxInlineSizeThreshold;
134 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; }
X86Subtarget.cpp 259 , MaxInlineSizeThreshold(128)

Completed in 521 milliseconds