Searched refs:inst_db (Results 1 – 1 of 1) sorted by relevance
422 auto inst_db = range_first; in AppendRangeInst() local423 while (inst_db != range_last) { in AppendRangeInst()424 ASSERT_PRINT(!inst_db->IsPhi(), "Instruction mustn't be phi"); in AppendRangeInst()425 …ASSERT_PRINT(inst_db->GetBasicBlock() == this, "Inst::SetBasicBlock() should be called beforehand"… in AppendRangeInst()426 inst_db = inst_db->GetNext(); in AppendRangeInst()428 ASSERT_PRINT(!inst_db->IsPhi(), "Instruction mustn't be phi"); in AppendRangeInst()429 …ASSERT_PRINT(inst_db->GetBasicBlock() == this, "Inst::SetBasicBlock() should be called beforehand"… in AppendRangeInst()497 auto inst_db = range_first; in InsertRangeBefore() local498 while (inst_db != range_last) { in InsertRangeBefore()499 ASSERT_PRINT(!inst_db->IsPhi(), "Instruction mustn't be phi"); in InsertRangeBefore()[all …]