Home
last modified time | relevance | path

Searched refs:will_be_moved (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp553 void BasicBlock::EraseInst(Inst *inst, [[maybe_unused]] bool will_be_moved) in EraseInst() argument
555 ASSERT(will_be_moved || !GetGraph()->IsInstThrowable(inst)); in EraseInst()
Dbasicblock.h266 void EraseInst(Inst *inst, [[maybe_unused]] bool will_be_moved = false);