Home
last modified time | relevance | path

Searched defs:waiting (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dscheduler.cpp320 SchedulerPriorityQueue waiting(cmp_asap, GetGraph()->GetLocalAllocator()->Adapter()); in ScheduleInstsBetweenBarriers() local
375 uint32_t Scheduler::SchedWithGlued(Inst *inst, SchedulerPriorityQueue *waiting, uint32_t cycle) in SchedWithGlued()