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.cpp102 bool ValNum::TryToApplyCse(Inst *inst, InstVector *equiv_insts) in TryToApplyCse()
140 InstVector equiv_insts(GetGraph()->GetLocalAllocator()->Adapter()); in FindEqualVnOrCreateNew() local
146 auto &equiv_insts = it->second; in FindEqualVnOrCreateNew() local