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