Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dbasicblock.cpp421 auto inst_db = range_first; in AppendRangeInst() local
422 while (inst_db != range_last) { in AppendRangeInst()
423 ASSERT_PRINT(!inst_db->IsPhi(), "Instruction mustn't be phi"); in AppendRangeInst()
424 ASSERT_PRINT(inst_db->GetBasicBlock() == this, "Inst::SetBasicBlock() should be called beforehand"); in AppendRangeInst()
425 inst_db = inst_db->GetNext(); in AppendRangeInst()
427 ASSERT_PRINT(!inst_db->IsPhi(), "Instruction mustn't be phi"); in AppendRangeInst()
428 ASSERT_PRINT(inst_db->GetBasicBlock() == this, "Inst::SetBasicBlock() should be called beforehand"); in AppendRangeInst()
496 auto inst_db = range_first; in InsertRangeBefore() local
497 while (inst_db ! in InsertRangeBefore()
[all...]

Completed in 2 milliseconds