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

  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 218 assert(SuccTBI->hasValidHeight() && "Trace below has not been computed yet");
243 return TBI->hasValidHeight() ? TBI : nullptr;
436 if (LB.Downward ? TBI.hasValidHeight() : TBI.hasValidDepth())
507 if (BadTBI.hasValidHeight()) {
518 if (!TBI.hasValidHeight())
579 if (TBI.hasValidHeight() && TBI.Succ) {
582 assert(BlockInfo[TBI.Succ->getNumber()].hasValidHeight() &&
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 140 /// Valid when hasValidHeight().
146 /// The block number of the tail of the trace. (When hasValidHeight()).
168 bool hasValidHeight() const { return InstrHeight != ~0u; }
204 /// Instruction heights have been computed. This implies hasValidHeight().
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 145 /// Valid when hasValidHeight().
151 /// The block number of the tail of the trace. (When hasValidHeight()).
170 bool hasValidHeight() const { return InstrHeight != ~0u; }
206 /// Instruction heights have been computed. This implies hasValidHeight().
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineTraceMetrics.h 145 /// Valid when hasValidHeight().
151 /// The block number of the tail of the trace. (When hasValidHeight()).
170 bool hasValidHeight() const { return InstrHeight != ~0u; }
206 /// Instruction heights have been computed. This implies hasValidHeight().
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineTraceMetrics.h 145 /// Valid when hasValidHeight().
151 /// The block number of the tail of the trace. (When hasValidHeight()).
170 bool hasValidHeight() const { return InstrHeight != ~0u; }
206 /// Instruction heights have been computed. This implies hasValidHeight().
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 145 /// Valid when hasValidHeight().
151 /// The block number of the tail of the trace. (When hasValidHeight()).
170 bool hasValidHeight() const { return InstrHeight != ~0u; }
206 /// Instruction heights have been computed. This implies hasValidHeight().
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineTraceMetrics.h 145 /// Valid when hasValidHeight().
151 /// The block number of the tail of the trace. (When hasValidHeight()).
170 bool hasValidHeight() const { return InstrHeight != ~0u; }
206 /// Instruction heights have been computed. This implies hasValidHeight().
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineTraceMetrics.h 145 /// Valid when hasValidHeight().
151 /// The block number of the tail of the trace. (When hasValidHeight()).
170 bool hasValidHeight() const { return InstrHeight != ~0u; }
206 /// Instruction heights have been computed. This implies hasValidHeight().
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineTraceMetrics.h 162 /// Valid when hasValidHeight().
168 /// The block number of the tail of the trace. (When hasValidHeight()).
187 bool hasValidHeight() const { return InstrHeight != ~0u; }
223 /// Instruction heights have been computed. This implies hasValidHeight().
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineTraceMetrics.h 162 /// Valid when hasValidHeight().
168 /// The block number of the tail of the trace. (When hasValidHeight()).
187 bool hasValidHeight() const { return InstrHeight != ~0u; }
223 /// Instruction heights have been computed. This implies hasValidHeight().
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineTraceMetrics.h 162 /// Valid when hasValidHeight().
168 /// The block number of the tail of the trace. (When hasValidHeight()).
187 bool hasValidHeight() const { return InstrHeight != ~0u; }
223 /// Instruction heights have been computed. This implies hasValidHeight().
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineTraceMetrics.h 162 /// Valid when hasValidHeight().
168 /// The block number of the tail of the trace. (When hasValidHeight()).
187 bool hasValidHeight() const { return InstrHeight != ~0u; }
223 /// Instruction heights have been computed. This implies hasValidHeight().
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineTraceMetrics.h 162 /// Valid when hasValidHeight().
168 /// The block number of the tail of the trace. (When hasValidHeight()).
187 bool hasValidHeight() const { return InstrHeight != ~0u; }
223 /// Instruction heights have been computed. This implies hasValidHeight().
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineTraceMetrics.h 162 /// Valid when hasValidHeight().
168 /// The block number of the tail of the trace. (When hasValidHeight()).
187 bool hasValidHeight() const { return InstrHeight != ~0u; }
223 /// Instruction heights have been computed. This implies hasValidHeight().
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineTraceMetrics.h 162 /// Valid when hasValidHeight().
168 /// The block number of the tail of the trace. (When hasValidHeight()).
187 bool hasValidHeight() const { return InstrHeight != ~0u; }
223 /// Instruction heights have been computed. This implies hasValidHeight().
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineTraceMetrics.h 162 /// Valid when hasValidHeight().
168 /// The block number of the tail of the trace. (When hasValidHeight()).
187 bool hasValidHeight() const { return InstrHeight != ~0u; }
223 /// Instruction heights have been computed. This implies hasValidHeight().

Completed in 582 milliseconds