Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp112 for (size_t bbIdx = 0; bbIdx < scheduledGates_->size(); bbIdx++) { in FindBasicBlock() local
205 for (size_t bbIdx = 0; bbIdx < scheduledGates_->size(); bbIdx++) { in Build() local
213 for (size_t bbIdx = 0; bbIdx < scheduledGates_->size(); bbIdx++) { in Build() local
874 int bbIdx = instID2bbID_[gateId]; in VisitPhi() local
Dscheduler.cpp455 for (size_t bbIdx = 0; bbIdx < cfg->size(); bbIdx++) { in Print() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp79 for (size_t bbIdx = 0; bbIdx < cfg.size(); bbIdx++) { in PrintCircuitByBasicBlock() local