Home
last modified time | relevance | path

Searched refs:IsBackEdgeDest (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_yieldpoint.cpp60 if (bb->IsBackEdgeDest()) { in InsertYieldPoint()
Daarch64_proepilog.cpp69 if (bb->IsBackEdgeDest()) { in HasLoop()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h239 bool IsBackEdgeDest() const in IsBackEdgeDest() function