Searched defs:bbIdx (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | post_schedule.cpp | 44 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> ¤… 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
|
| D | scheduler.cpp | 472 for (size_t bbIdx = 0; bbIdx < cfg->size(); bbIdx++) { in Print() local
|
| D | graph_linearizer.cpp | 1020 int bbIdx = 0; in PrintGraph() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_reg_coalesce.cpp | 194 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/ |
| D | llvm_ir_builder.cpp | 133 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/ |
| D | reg_alloc_lsra.cpp | 1054 for (uint32 bbIdx = 0; bbIdx < bfs->sortedBBs.size(); ++bbIdx) { in LiveIntervalAnalysis() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 94 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
|