Searched refs:ScheduleNewBB (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | post_schedule.h | 55 void ScheduleNewBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx);
|
H A D | post_schedule.cpp | 100 ScheduleNewBB(successBBGates, cfg, bbIdx); in VisitHeapAlloc() 101 ScheduleNewBB(failBBGates, cfg, bbIdx); in VisitHeapAlloc() 123 void PostSchedule::ScheduleNewBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx) in ScheduleNewBB() function in panda::ecmascript::kungfu::PostSchedule 380 ScheduleNewBB(barrierBBGates, cfg, bbIdx); in VisitStore()
|
Completed in 2 milliseconds