Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp89 BB *gotoBB = cgFunc->GetBBFromLab2BBMap(labelIdx); in BuildCFG() local
109 BB *gotoBB = cgFunc->GetBBFromLab2BBMap(labelIdx); in BuildCFG() local
112 for (auto gotoBB : bbs) { in BuildCFG() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ico.cpp457 bool AArch64ICOMorePredsPattern::CheckGotoBB(BB &gotoBB, std::vector<Insn *> &movInsn) const in CheckGotoBB()