Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpost_schedule.cpp44 size_t bbIdx = 0; in GenerateExtraBB() local
76 bool PostSchedule::VisitHeapAlloc(GateRef gate, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) in VisitHeapAlloc()
100 …placeGateDirectly(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) in ReplaceGateDirectly()
107 void PostSchedule::ScheduleEndBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, … in ScheduleEndBB()
116 void PostSchedule::ScheduleNewBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx) in ScheduleNewBB()
123 …Schedule::ScheduleCurrentBB(const std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, in ScheduleCurrentBB()
140 void PostSchedule::ReplaceBBState(ControlFlowGraph &cfg, size_t bbIdx, std::vector<GateRef> &curren… in ReplaceBBState()
360 bool PostSchedule::VisitStore(GateRef gate, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) in VisitStore()
567 for (size_t bbIdx = 0; bbIdx < cfg.size(); bbIdx++) { in PrintGraph() local
Dscheduler.cpp472 for (size_t bbIdx = 0; bbIdx < cfg->size(); bbIdx++) { in Print() local
Dgraph_linearizer.cpp1020 int bbIdx = 0; in PrintGraph() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reg_coalesce.cpp194 for (size_t bbIdx = bfs->sortedBBs.size(); bbIdx > 0; --bbIdx) { in CollectCandidate() local
364 for (size_t bbIdx = bfs->sortedBBs.size(); bbIdx > 0; --bbIdx) { in CoalesceRegisters() local
372 for (size_t bbIdx = bfs->sortedBBs.size(); bbIdx > 0; --bbIdx) { in CoalesceRegisters() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp133 for (size_t bbIdx = 0; bbIdx < scheduledGates_->size(); bbIdx++) { in FindBasicBlock() local
249 for (size_t bbIdx = 0; bbIdx < scheduledGates_->size(); bbIdx++) { in Build() local
257 for (size_t bbIdx = 0; bbIdx < scheduledGates_->size(); bbIdx++) { in Build() local
1192 int bbIdx = LookupPredBB(phiStates.at(i - 1), currentBb_->GetId()); in VisitPhi() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp1054 for (uint32 bbIdx = 0; bbIdx < bfs->sortedBBs.size(); ++bbIdx) { in LiveIntervalAnalysis() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp94 for (size_t bbIdx = 0; bbIdx < scheduledGates_->size(); bbIdx++) { in BuildInstID2BBIDMap() local
564 for (size_t bbIdx = 0; bbIdx < scheduledGates_->size(); bbIdx++) { in Build() local