Searched refs:will_be_moved (Results 1 – 2 of 2) sorted by relevance
553 void BasicBlock::EraseInst(Inst *inst, [[maybe_unused]] bool will_be_moved) in EraseInst() argument555 ASSERT(will_be_moved || !GetGraph()->IsInstThrowable(inst)); in EraseInst()
266 void EraseInst(Inst *inst, [[maybe_unused]] bool will_be_moved = false);