Home
last modified time | relevance | path

Searched refs:first_prev (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dbasicblock.cpp403 auto first_prev = first_inst_->GetPrev(); in AddInst() local
404 if (first_prev != nullptr) { in AddInst()
405 first_prev->SetNext(inst); in AddInst()
407 inst->SetPrev(first_prev); in AddInst()

Completed in 2 milliseconds