Home
last modified time | relevance | path

Searched refs:ScheduleNewBB (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpost_schedule.h55 void ScheduleNewBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx);
H A Dpost_schedule.cpp100 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