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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  979     if (!Flags.hasAllowReassociation() || !Flags.hasNoSignedZeros())
11320   return F.hasAllowContract() || F.hasAllowReassociation();
12004        (Flags.hasAllowReassociation() && Flags.hasNoSignedZeros())) &&
12150        (Flags.hasAllowReassociation() && Flags.hasNoSignedZeros())) &&
12226   if (Options.UnsafeFPMath || Flags.hasAllowReassociation()) {
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  873     if (Flags.hasAllowReassociation())
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 9037       if (!Flags.hasNoSignedZeros() || !Flags.hasAllowReassociation())
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  538   if (getFlags().hasAllowReassociation())