Home
last modified time | relevance | path

Searched defs:selector (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinduction_variable_analysis.cpp137 GateRef selector = acc_.GetValueIn(cmp, 0); in TryGetLoopTimes() local
H A Dloop_peeling.cpp35 GateRef selector = circuit_->NewGate(circuit_->DependSelector(numIns), {merge, depend, copyDepend}); in CopyLoopExit() local
43 GateRef selector = circuit_->NewGate(circuit_->ValueSelector(numIns), acc_.GetMachineType(value), in CopyLoopExit() local
78 GateRef LoopPeeling::CopySelector(GateRef stateMerge, GateRef selector, size_t numLoopbacks) in CopySelector() argument
116 auto selector = CopySelector(merge, *it, numLoopbacks); CopyLoopHeader() local
[all...]

Completed in 3 milliseconds