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

  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 160 HasValidInstrDepths(false), HasValidInstrHeights(false) {}
171 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
194 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
202 bool HasValidInstrDepths;
209 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 173 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
196 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
204 bool HasValidInstrDepths = false;
211 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineTraceMetrics.h 173 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
196 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
204 bool HasValidInstrDepths = false;
211 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineTraceMetrics.h 173 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
196 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
204 bool HasValidInstrDepths = false;
211 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 173 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
196 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
204 bool HasValidInstrDepths = false;
211 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineTraceMetrics.h 173 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
196 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
204 bool HasValidInstrDepths = false;
211 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineTraceMetrics.h 173 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
196 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
204 bool HasValidInstrDepths = false;
211 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineTraceMetrics.h 190 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
221 bool HasValidInstrDepths = false;
228 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineTraceMetrics.h 190 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
221 bool HasValidInstrDepths = false;
228 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineTraceMetrics.h 190 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
221 bool HasValidInstrDepths = false;
228 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineTraceMetrics.h 190 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
221 bool HasValidInstrDepths = false;
228 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineTraceMetrics.h 190 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
221 bool HasValidInstrDepths = false;
228 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineTraceMetrics.h 190 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
221 bool HasValidInstrDepths = false;
228 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineTraceMetrics.h 190 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
221 bool HasValidInstrDepths = false;
228 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineTraceMetrics.h 190 void invalidateDepth() { InstrDepth = ~0u; HasValidInstrDepths = false; }
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
221 bool HasValidInstrDepths = false;
228 /// HasValidInstrDepths and HasValidInstrHeights are set.
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 759 assert(TBI.HasValidInstrDepths && "Missing depth info");
780 // The top of the trace may already be computed, and HasValidInstrDepths
781 // implies Head->HasValidInstrDepths, so we only need to start from the first
787 if (TBI.HasValidInstrDepths)
806 TBI.HasValidInstrDepths = true;
842 assert(DepTBI.HasValidInstrDepths && "Inconsistent dependency");
    [all...]

Completed in 2325 milliseconds