Lines Matching defs:SET
916 #define SET(ID, TYPE, VAL) \
923 SET(mask, int64_t, 1);
924 SET(is_free, int64_t, Intervals.empty());
925 SET(nr_urgent, float, NrUrgent);
926 SET(nr_broken_hints, float, NrBrokenHints);
927 SET(is_hint, int64_t, IsHint);
928 SET(is_local, int64_t, LocalIntfsCount);
929 SET(nr_rematerializable, float, NrRematerializable);
930 SET(nr_defs_and_uses, float, NrDefsAndUses);
931 SET(weighed_reads_by_max, float, R);
932 SET(weighed_writes_by_max, float, W);
933 SET(weighed_read_writes_by_max, float, RW);
934 SET(weighed_indvars_by_max, float, IndVarUpdates);
935 SET(hint_weights_by_max, float, HintWeights);
936 SET(start_bb_freq_by_max, float, StartBBFreq);
937 SET(end_bb_freq_by_max, float, EndBBFreq);
938 SET(hottest_bb_freq_by_max, float, HottestBlockFreq);
939 SET(liverange_size, float, Size);
940 SET(use_def_density, float, TotalWeight);
941 SET(max_stage, int64_t, MaxStage);
942 SET(min_stage, int64_t, MinStage);
943 #undef SET