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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 172 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
174 unsigned getMaxInlineSizeThreshold() const {
ARMSelectionDAGInfo.cpp 46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
  /external/llvm/lib/Target/X86/
X86Subtarget.h 154 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
156 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; }
X86SelectionDAGInfo.cpp 48 Subtarget->getMaxInlineSizeThreshold()) {
187 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())

Completed in 570 milliseconds