Home
last modified time | relevance | path

Searched refs:Scheduled (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h87 bool Scheduled = false; variable
152 bool isScheduled() { return Scheduled; } in isScheduled()
H A DSIMachineScheduler.cpp269 if (Scheduled) in fastSchedule()
283 Scheduled = true; in fastSchedule()
379 if (!Scheduled) in schedule()
416 Scheduled = true; in schedule()
429 Scheduled = false; in undoSchedule()
576 if (Scheduled) { in printDebug()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h126 bool Scheduled = false; variable
224 bool hasNewSchedule() { return Scheduled; } in hasNewSchedule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp657 Scheduled = schedulePipeline(Schedule); in schedule()
659 if (!Scheduled){ in schedule()