Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcatch_inputs.cpp28 void ProcessInst(Inst *inst, Marker visited) in ProcessInst() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dscheduler.cpp106 void Scheduler::ProcessInst(Inst *inst, uint32_t *numInst, uint32_t *numBetween, uint32_t *numSpeci… in ProcessInst() function in ark::compiler::Scheduler