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

  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 155 unsigned InstrHeight;
159 InstrDepth(~0u), InstrHeight(~0u),
168 bool hasValidHeight() const { return InstrHeight != ~0u; }
174 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; }
249 return TBI.InstrDepth + TBI.InstrHeight;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 160 unsigned InstrHeight = ~0u;
170 bool hasValidHeight() const { return InstrHeight != ~0u; }
176 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; }
252 return TBI.InstrDepth + TBI.InstrHeight;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 160 unsigned InstrHeight = ~0u;
170 bool hasValidHeight() const { return InstrHeight != ~0u; }
176 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; }
252 return TBI.InstrDepth + TBI.InstrHeight;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 160 unsigned InstrHeight = ~0u;
170 bool hasValidHeight() const { return InstrHeight != ~0u; }
176 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; }
252 return TBI.InstrDepth + TBI.InstrHeight;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 160 unsigned InstrHeight = ~0u;
170 bool hasValidHeight() const { return InstrHeight != ~0u; }
176 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; }
252 return TBI.InstrDepth + TBI.InstrHeight;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 160 unsigned InstrHeight = ~0u;
170 bool hasValidHeight() const { return InstrHeight != ~0u; }
176 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; }
252 return TBI.InstrDepth + TBI.InstrHeight;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 160 unsigned InstrHeight = ~0u;
170 bool hasValidHeight() const { return InstrHeight != ~0u; }
176 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; }
252 return TBI.InstrDepth + TBI.InstrHeight;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 160 unsigned InstrHeight = ~0u;
170 bool hasValidHeight() const { return InstrHeight != ~0u; }
176 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; }
252 return TBI.InstrDepth + TBI.InstrHeight;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 160 unsigned InstrHeight = ~0u;
170 bool hasValidHeight() const { return InstrHeight != ~0u; }
176 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; }
252 return TBI.InstrDepth + TBI.InstrHeight;
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 203 TBI->InstrHeight = MTM.getResources(MBB)->InstrCount;
219 TBI->InstrHeight += SuccTBI->InstrHeight;
264 /// Compare TraceBlockInfo::InstrHeight.
359 // Pick the successor that would give this block the smallest InstrHeight.
360 unsigned Height = SuccTBI->InstrHeight;
    [all...]

Completed in 1059 milliseconds