Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds