Home
last modified time | relevance | path

Searched defs:save_state (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.h66 …static inline void AddLocationToRoots(Location location, SaveStateInst *save_state, const Graph *g… in AddLocationToRoots()
Dreg_alloc_resolver.cpp180 void RegAllocResolver::PropagateCallerMasks(SaveStateInst *save_state) in PropagateCallerMasks()
189 void RegAllocResolver::FillSaveStateRootsMask(SaveStateInst *save_state, Inst *user, SaveStateInst … in FillSaveStateRootsMask()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h30 auto save_state = CreateSaveState(Opcode::SaveState, GetPc(bc_inst->GetAddress())); in BuildLoadFromPool() local
Dphi_resolver.h59 auto save_state = static_cast<SaveStateInst *>(user); in Run() local
Dinst_builder.cpp196 void InstBuilder::RemoveNotDominateInputs(SaveStateInst *save_state) in RemoveNotDominateInputs()
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_common_test.cpp224 auto save_state = null_check->GetSaveState(); in TEST_F() local
Dinst_test.cpp543 auto save_state = graph->CreateInstSaveState(); in TEST_F() local
Dcompiler_inst_test.cpp489 auto save_state = inst->CastToSaveState(); in __anon1be7da800b02() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp369 auto save_state = inst->GetSaveState(); in AdjustInputsLifetime() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h1021 auto save_state = graph_->CreateInstSaveState(); in CreateSaveStates() local