Searched refs:ReplaceGateDirectly (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | post_schedule.cpp | 89 ReplaceGateDirectly(currentBBGates, cfg, bbIdx, instIdx); in VisitHeapAlloc() 95 ReplaceGateDirectly(currentBBGates, cfg, bbIdx, instIdx); in VisitHeapAlloc() 107 void PostSchedule::ReplaceGateDirectly(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) in ReplaceGateDirectly() function in panda::ecmascript::kungfu::PostSchedule 386 ReplaceGateDirectly(currentBBGates, cfg, bbIdx, instIdx); in VisitStore() 391 ReplaceGateDirectly(currentBBGates, cfg, bbIdx, instIdx); in VisitStore()
|
H A D | post_schedule.h | 53 void ReplaceGateDirectly(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx);
|
Completed in 2 milliseconds