Searched refs:current_last_inst (Results 1 – 1 of 1) sorted by relevance
142 auto current_last_inst = bb->GetLastInst(); in BuildInstructionsForBB() local154 …auto throwable_inst = (current_last_inst == nullptr) ? bb->GetFirstInst() : current_last_inst->Get… in BuildInstructionsForBB()