Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DStmtDefReplacer.ts24 private oldDef: Value; property in StmtDefReplacer
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp793 Inst *Inlining::GetNewDefAndCorrectDF(Inst *callInst, Inst *oldDef) in GetNewDefAndCorrectDF()