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

References

lib/Transforms/Scalar/Reassociate.cpp
  518       if (It == Leaves.end()) {
  533         assert(It != Leaves.end() && Visited.count(Op) &&
  537         IncorporateWeight(It->second, Weight, Opcode);
  564         Weight = It->second;
  565         Leaves.erase(It); // Since the value may be morphed below.