Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp511 void CatchPhiInst::ReplaceThrowableInst(const Inst *old_inst, const Inst *new_inst) in ReplaceThrowableInst()
Dbasicblock.cpp722 void BasicBlock::ReplaceInst(Inst *old_inst, Inst *new_inst) in ReplaceInst()
Dgraph.cpp665 void Graph::ReplaceThrowableInst(Inst *old_inst, Inst *new_inst) in ReplaceThrowableInst()
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.cpp518 auto new_inst = graph->CreateInst(opcode); in GenerateCheckOperation() local
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h4379 auto new_inst = inst_.JumpTo(offset); in ProcessBranching() local