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

References

lib/CodeGen/MachineLICM.cpp
  899       if (PSV->isGOT() || PSV->isConstantPool())
lib/CodeGen/PseudoSourceValue.cpp
   45   if (isGOT() || isConstantPool() || isJumpTable())
   51   if (isStack() || isGOT() || isConstantPool() || isJumpTable())
   57   return !(isGOT() || isConstantPool() || isJumpTable());