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.cpp96 BB *gotoBB = cgFunc->GetBBFromLab2BBMap(labelIdx); in BuildCFG() local
115 BB *gotoBB = cgFunc->GetBBFromLab2BBMap(labelIdx); in BuildCFG() local
118 for (auto gotoBB : bbs) { in BuildCFG() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ico.cpp848 bool AArch64ICOMorePredsPattern::CheckGotoBB(BB &gotoBB, std::vector<Insn *> &movInsn) const in CheckGotoBB()
912 bool AArch64ICOMorePredsPattern::DoOpt(BB &gotoBB) in DoOpt()