Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp79 if (!bb.GetInsertUse()) { in GenerateLiveIn()
138 if (!GenerateLiveOut(*bb) && bb->GetInsertUse()) { in BuildInOutforFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h623 bool GetInsertUse() const in GetInsertUse() function