Lines Matching defs:SET
964 #define SET(ID, TYPE, VAL) \
971 SET(mask, int64_t, 1);
972 SET(is_free, int64_t, Intervals.empty());
973 SET(nr_urgent, float, NumUrgent);
974 SET(nr_broken_hints, float, NumBrokenHints);
975 SET(is_hint, int64_t, IsHint);
976 SET(is_local, int64_t, LocalIntfsCount);
977 SET(nr_rematerializable, float, NumRematerializable);
978 SET(nr_defs_and_uses, float, NumDefsAndUses);
979 SET(weighed_reads_by_max, float, R);
980 SET(weighed_writes_by_max, float, W);
981 SET(weighed_read_writes_by_max, float, RW);
982 SET(weighed_indvars_by_max, float, IndVarUpdates);
983 SET(hint_weights_by_max, float, HintWeights);
984 SET(start_bb_freq_by_max, float, StartBBFreq);
985 SET(end_bb_freq_by_max, float, EndBBFreq);
986 SET(hottest_bb_freq_by_max, float, HottestBlockFreq);
987 SET(liverange_size, float, Size);
988 SET(use_def_density, float, TotalWeight);
989 SET(max_stage, int64_t, MaxStage);
990 SET(min_stage, int64_t, MinStage);
991 #undef SET