Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dscheduler.cpp92 Inst *lastBarrier = nullptr; in BuildAllDeps() local
107 Inst **lastBarrier) in ProcessInst()
168 void Scheduler::ProcessMemory(Inst *inst, uint32_t *prio, Inst *lastBarrier) in ProcessMemory()
194 void Scheduler::ProcessSpecialBoundsCheckI(Inst *inst, uint32_t *prio, Inst *lastBarrier) in ProcessSpecialBoundsCheckI()
211 void Scheduler::ProcessSpecial(Inst *inst, uint32_t *prio, Inst *lastBarrier) in ProcessSpecial()