Searched defs:bbIdx (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A 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() argument 107 ReplaceGateDirectly(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) ReplaceGateDirectly() argument 114 ScheduleEndBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) ScheduleEndBB() argument 123 ScheduleNewBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx) ScheduleNewBB() argument 130 ScheduleCurrentBB(const std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) ScheduleCurrentBB() argument 147 ReplaceBBState(ControlFlowGraph &cfg, size_t bbIdx, std::vector<GateRef> ¤tBBGates, std::vector<GateRef> &endBBGates) ReplaceBBState() argument 369 VisitStore(GateRef gate, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) VisitStore() argument [all...] |
H A D | graph_linearizer.cpp | 1020 int bbIdx = 0; in PrintGraph() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
H A D | llvm_ir_builder.cpp | 1192 int bbIdx = LookupPredBB(phiStates.at(i - 1), currentBb_->GetId()); VisitPhi() local [all...] |
Completed in 8 milliseconds