Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dvn.cpp106 bool ValNum::TryToApplyCse(Inst *inst, InstVector *equiv_insts) in TryToApplyCse()
144 InstVector equiv_insts(GetGraph()->GetLocalAllocator()->Adapter()); in FindEqualVnOrCreateNew() local
150 auto &equiv_insts = it->second; in FindEqualVnOrCreateNew() local