Home
last modified time | relevance | path

Searched refs:GetSaveState (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_common_test.cpp224 auto save_state = null_check->GetSaveState(); in TEST_F()
Dcompiler_inst_test.cpp798 EXPECT_EQ(save_state1.GetSaveState(), nullptr);
802 EXPECT_EQ(save_state2.GetSaveState(), nullptr);
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp369 auto save_state = inst->GetSaveState(); in AdjustInputsLifetime()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h920 const SaveStateInst *GetSaveState() const in GetSaveState() function
922 return const_cast<Inst *>(this)->GetSaveState(); in GetSaveState()
925 SaveStateInst *GetSaveState() in GetSaveState() function
Dgraph_checker.cpp76 ASSERT(it->GetInst() == inst->GetSaveState()); in UserInputCheck()