Searched refs:ScheduleEndBB (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | post_schedule.h | 54 void ScheduleEndBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx);
|
H A D | post_schedule.cpp | 99 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