Home
last modified time | relevance | path

Searched refs:IsCommentBB (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgbb.cpp328 bool BB::IsCommentBB() const in IsCommentBB() function in maplebe::BB
344 return (IsEmpty() || IsCommentBB()); in IsEmptyOrCommentOnly()
Dcg_cfg.cpp310 if (!bb.IsCommentBB()) { in AreCommentAllPreds()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h115 bool IsCommentBB() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp1574 if ((firstInsn == nullptr || tmpBB->IsCommentBB()) && (!tmpBB->GetPreds().empty())) { in TestPredsOfRetBB()