Searched defs:isScheduled (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | GCNMinRegStrategy.cpp | 38 bool isScheduled(const SUnit *SU) const { in isScheduled() function in __anoned988fb30111::GCNMinRegScheduler |
H A D | SIMachineScheduler.h | 152 bool isScheduled() { return Scheduled; } in isScheduled() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | ScheduleDAG.h | 296 bool isScheduled : 1; ///< True once scheduled. variable |