Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dloop_analysis.cpp44 ChunkVector<GateRef>& headerGates = bcBuilder_->GetLoopHeaderGates(); in Run() local
45 for (auto it = headerGates.rbegin(); it != headerGates.rend(); ++it) { in Run()
H A Dframe_states.cpp547 ChunkVector<GateRef>& headerGates = bcBuilder_->GetLoopHeaderGates(); in NewMerge() local
549 headerGates[loopInfo.sortIndx] = merge; in NewMerge()
1363 ChunkVector<GateRef>& headerGates = bcBuilder_->GetLoopHeaderGates(); in ComputeLoopInfo() local
1364 headerGates.resize(numLoops_, Circuit::NullGate()); in ComputeLoopInfo()

Completed in 3 milliseconds