Home
last modified time | relevance | path

Searched refs:SetLiveInChange (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp142 bb->SetLiveInChange(true); in BuildInOutforFunc()
145 bb->SetLiveInChange(false); in BuildInOutforFunc()
434 bb.SetLiveInChange(true); in InitBB()
449 bb->SetLiveInChange(false); in ClearInOutDataInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h610 void SetLiveInChange(bool arg) in SetLiveInChange() function