Searched defs:newDef (Results 1 – 3 of 3) sorted by relevance
25 private newDef: Value; property in StmtDefReplacer
93 auto *newDef = g_dynG->iCreateDefinemethod(graph, klass, coreFunc, 0x0); in TEST_F() local
1483 …eDataflow(Graph *graphInl, Inst *callInst, std::variant<BasicBlock *, PhiInst *> use, Inst *newDef) in UpdateDataflow()