Home
last modified time | relevance | path

Searched refs:pendingList_ (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgraph_linearizer.cpp42 : linearizer_(linearizer), pendingList_(linearizer->chunk_), in CFGBuilder()
70 ASSERT(pendingList_.empty()); in VisitStateGates()
74 pendingList_.emplace_back(startGate); in VisitStateGates()
76 while (!pendingList_.empty()) { in VisitStateGates()
77 auto curGate = pendingList_.back(); in VisitStateGates()
78 pendingList_.pop_back(); in VisitStateGates()
94 pendingList_.emplace_back(bTrue); in VisitStateGates()
98 pendingList_.emplace_back(bFalse); in VisitStateGates()
105 pendingList_.emplace_back(*useIt); in VisitStateGates()
182 ChunkDeque<GateRef> pendingList_; member in panda::ecmascript::kungfu::CFGBuilder
339 ChunkDeque<GateRegion*> pendingList_; global() member in panda::ecmascript::kungfu::ImmediateDominatorsGenerator
569 ChunkDeque<GateRegion*> pendingList_; global() member in panda::ecmascript::kungfu::LoopInfoBuilder
856 ChunkDeque<GateRef> pendingList_; global() member in panda::ecmascript::kungfu::GateScheduler
[all...]
H A Dstate_split_linearizer.cpp86 : linearizer_(linearizer), pendingList_(chunk), in StateDependBuilder()
97 ASSERT(pendingList_.empty()); in Run()
98 pendingList_.emplace_back(entry); in Run()
99 while (!pendingList_.empty()) { in Run()
100 auto curRegion = pendingList_.back(); in Run()
101 pendingList_.pop_back(); in Run()
106 pendingList_.emplace_back(succ); in Run()
333 ChunkDeque<GateRegion*> pendingList_; member in panda::ecmascript::kungfu::StateDependBuilder
H A Dframe_states.cpp939 pendingList_(chunk), loopbacks_(chunk), in BlockLoopAnalysis()
992 pendingList_.emplace_back(entryId); in ComputeLoopBack()
993 while (!pendingList_.empty()) { in ComputeLoopBack()
994 size_t bbId = pendingList_.back(); in ComputeLoopBack()
1004 pendingList_.emplace_back(succId); in ComputeLoopBack()
1019 pendingList_.emplace_back(catchId); in ComputeLoopBack()
1029 pendingList_.pop_back(); in ComputeLoopBack()
1058 pendingList_.emplace_back(bbId); in CountLoopBody()
1067 while (!pendingList_.empty()) { in PropagateLoopBody()
1068 auto cur = pendingList_ in PropagateLoopBody()
1349 ChunkDeque<size_t> pendingList_; global() member in panda::ecmascript::kungfu::BlockLoopAnalysis::MarkState
[all...]

Completed in 5 milliseconds