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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
14211     Cost &operator+=(const Cost &RHS) {
14211     Cost &operator+=(const Cost &RHS) {
14220     bool operator==(const Cost &RHS) const {
14226     bool operator!=(const Cost &RHS) const { return !(*this == RHS); }
14228     bool operator<(const Cost &RHS) const {
14241     bool operator>(const Cost &RHS) const { return RHS < *this; }
14243     bool operator<=(const Cost &RHS) const { return !(RHS < *this); }
14245     bool operator>=(const Cost &RHS) const { return !(*this < RHS); }
14499                                  LoadedSlice::Cost &GlobalLSCost) {
14579   LoadedSlice::Cost OrigCost(ForCodeSize), GlobalSlicingCost(ForCodeSize);
14585     LoadedSlice::Cost SliceCost(LS, ForCodeSize);