Searched refs:ReplaceBBState (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | post_schedule.h | 80 void ReplaceBBState(ControlFlowGraph &cfg, size_t bbIdx, std::vector<GateRef> ¤tBBGates,
|
H A D | post_schedule.cpp | 98 ReplaceBBState(cfg, bbIdx, currentBBGates, endBBGates); in VisitHeapAlloc() 147 void PostSchedule::ReplaceBBState(ControlFlowGraph &cfg, size_t bbIdx, std::vector<GateRef> ¤tBBGates, in ReplaceBBState() function in panda::ecmascript::kungfu::PostSchedule 378 ReplaceBBState(cfg, bbIdx, currentBBGates, endBBGates); in VisitStore()
|
Completed in 3 milliseconds