Home
last modified time | relevance | path

Searched defs:savestate (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Ddeoptimize_elimination.cpp176 auto savestate = inst->GetInput(1).GetInst(); in RemoveDeoptimizeIf() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp447 void GraphChecker::CheckSaveStateCaller(SaveStateInst *savestate) in CheckUserOfInt32()