Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.h104 bool Scheduled = false; variable
132 Scheduled = false; in resetScheduleState()
137 bool scheduled() const { return Scheduled; } in scheduled()
138 void setScheduled(bool NewVal) { Scheduled = NewVal; } in setScheduled()
280 if (!Scheduled) { in addMemPred()
289 if (!Scheduled) { in removeMemPred()
/freebsd/packages/at/
H A Dat.ucl19 comment = "Scheduled and batch command utilities"
/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()
375 if (!Scheduled) in schedule()
412 Scheduled = true; in schedule()
425 Scheduled = false; in undoSchedule()
572 if (Scheduled) { in printDebug()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h284 bool Scheduled = false; variable
391 bool hasNewSchedule() { return Scheduled; } in hasNewSchedule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.cpp88 OS << *I << " USuccs:" << UnscheduledSuccs << " Sched:" << Scheduled << "\n"; in print()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp803 Scheduled = schedulePipeline(Schedule); in schedule()
805 if (!Scheduled){ in schedule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4470 void setScheduled(bool Scheduled) { IsScheduled = Scheduled; } in setScheduled() argument
19947 SmallPtrSet<Instruction *, 16> Scheduled; in scheduleBlock() local
19957 if (!Scheduled.insert(PickedInst).second) in scheduleBlock()