Home
last modified time | relevance | path

Searched refs:ReplaceInst (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp129 inst->GetBasicBlock()->ReplaceInst(inst, replace); in LowerIf()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_basicblock_test.cpp281 bb->ReplaceInst(phi, phi1); in __anon9f1e038e0902()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp519 void BasicBlock::ReplaceInst(Inst *old_inst, Inst *new_inst) in ReplaceInst() function in panda::compiler::BasicBlock
Dbasicblock.h270 void ReplaceInst(Inst *old_inst, Inst *new_inst);