Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpost_schedule.h54 void ScheduleEndBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx);
H A Dpost_schedule.cpp99 ScheduleEndBB(endBBGates, cfg, bbIdx, instIdx); in VisitHeapAlloc()
114 void PostSchedule::ScheduleEndBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) in ScheduleEndBB() function in panda::ecmascript::kungfu::PostSchedule
379 ScheduleEndBB(endBBGates, cfg, bbIdx, instIdx); in VisitStore()

Completed in 2 milliseconds