reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/MathExtras.h
  863 extern const float huge_valf;

References

include/llvm/CodeGen/LiveInterval.h
  809       return weight != huge_valf;
  814       weight = huge_valf;
lib/CodeGen/LiveIntervals.cpp
  189   float Weight = Register::isPhysicalRegister(reg) ? huge_valf : 0.0F;
lib/CodeGen/RegAllocGreedy.cpp
 2216         GapWeight[Gap] = huge_valf;
 2327         GapWeight[RegMaskGaps[i]] = huge_valf;
 2361       if (Legal && MaxGap < huge_valf) {