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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 208 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
210 unsigned getMaxInlineSizeThreshold() const {
  /external/llvm/lib/Target/X86/
X86Subtarget.h 215 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
217 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; }

Completed in 28 milliseconds