Home
last modified time | relevance | path

Searched refs:EraseInst (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Diterators_test.cpp96 block->EraseInst(inst); in Check()
103 block->EraseInst(inst); in Check()
116 block->EraseInst(inst); in Check()
125 block->EraseInst(inst); in Check()
133 block->EraseInst(inst); in Check()
147 block->EraseInst(inst); in Check()
Dcompiler_basicblock_test.cpp194 bb->EraseInst(inst, true); in __anond946d00f0602()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dmove_constants.cpp62 graph->GetStartBlock()->EraseInst(inst); in MoveFromStartBlock()
78 graph->GetStartBlock()->EraseInst(inst); in MoveFromStartBlock()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp553 void BasicBlock::EraseInst(Inst *inst, [[maybe_unused]] bool will_be_moved) in EraseInst() function in panda::compiler::BasicBlock
592 EraseInst(inst); in RemoveInst()
Dbasicblock.h266 void EraseInst(Inst *inst, [[maybe_unused]] bool will_be_moved = false);
/arkcompiler/runtime_core/docs/
Dir_format.md364 block->EraseInst(inst);