Home
last modified time | relevance | path

Searched defs:bbIt (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp267 auto bbIt = std::find(begin(), end(), bb); in NextBB() local
280 auto bbIt = std::find(rbegin(), rend(), bb); in PrevBB() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlicm_conditions.cpp102 for (auto bbIt = chain->GetBegin(); bbIt != last; ++bbIt) { in IsHoistable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp1242 for (auto bbIt = smember.rbegin(); bbIt != smember.rend(); ++bbIt) { in ComputeBBForNewSplit() local