Lines Matching refs:SET
809 #define SET(ID, TYPE, VAL) \ in extractFeatures() macro
816 SET(mask, int64_t, 1); in extractFeatures()
817 SET(is_free, int64_t, Intervals.empty()); in extractFeatures()
818 SET(nr_urgent, float, NrUrgent); in extractFeatures()
819 SET(nr_broken_hints, float, NrBrokenHints); in extractFeatures()
820 SET(is_hint, int64_t, IsHint); in extractFeatures()
821 SET(is_local, int64_t, LocalIntfsCount); in extractFeatures()
822 SET(nr_rematerializable, float, NrRematerializable); in extractFeatures()
823 SET(nr_defs_and_uses, float, NrDefsAndUses); in extractFeatures()
824 SET(weighed_reads_by_max, float, R); in extractFeatures()
825 SET(weighed_writes_by_max, float, W); in extractFeatures()
826 SET(weighed_read_writes_by_max, float, RW); in extractFeatures()
827 SET(weighed_indvars_by_max, float, IndVarUpdates); in extractFeatures()
828 SET(hint_weights_by_max, float, HintWeights); in extractFeatures()
829 SET(start_bb_freq_by_max, float, StartBBFreq); in extractFeatures()
830 SET(end_bb_freq_by_max, float, EndBBFreq); in extractFeatures()
831 SET(hottest_bb_freq_by_max, float, HottestBlockFreq); in extractFeatures()
832 SET(liverange_size, float, Size); in extractFeatures()
833 SET(use_def_density, float, TotalWeight); in extractFeatures()
834 SET(max_stage, int64_t, MaxStage); in extractFeatures()
835 SET(min_stage, int64_t, MinStage); in extractFeatures()
836 #undef SET in extractFeatures()