Home
last modified time | relevance | path

Searched defs:visitedBBs (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_ssu_pre.cpp521 void SSUPre::PropagateNotAvail(BB *bb, std::set<BB *, BBIdCmp> *visitedBBs) in PropagateNotAvail()
553 std::set<BB *, BBIdCmp> visitedBBs; in FormReals() local
Dcg_ssa_pre.cpp532 void SSAPre::PropagateNotAnt(BB *bb, std::set<BB *, BBIdCmp> *visitedBBs) in PropagateNotAnt()
549 std::set<BB *, BBIdCmp> visitedBBs; in FormRealsNExits() local
Dcg_cfg.cpp790 void CGCFG::FindWillExitBBs(BB *bb, std::set<BB *, BBIdCmp> *visitedBBs) in FindWillExitBBs()
814 std::set<BB *, BBIdCmp> visitedBBs; in WontExitAnalysis() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/src/
Dinstrument.cpp79 std::unordered_set<IRBB *> visitedBBs; in GetInstrumentBBs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Debo.h242 MapleVector<bool> visitedBBs; variable
Dcgbb.h1109 MapleVector<bool> visitedBBs; variable