Home
last modified time | relevance | path

Searched refs:stateIn (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.h140 void CopyStateInAndDependIn(GateRef &stateIn, GateRef &dependIn, GateRef insertAfter);
156 void ReplaceIn(GateRef stateIn, GateRef dependIn, GateRef newGate);
H A Darray_bounds_check_elimination.cpp305 GateRef stateIn = acc_.GetState(gate); in DoPhi() local
306 bool isLoopHead = acc_.IsLoopHead(stateIn); in DoPhi()
313 && InLoop(stateIn, value)) { in DoPhi()
747 GateRef stateIn = insertAfter; in ProcessIndexCheck() local
749 acc_.GetStateInAndDependIn(insertAfter, stateIn, dependIn); in ProcessIndexCheck()
756 Environment env(stateIn, dependIn, {}, circuit_, &builder_); in ProcessIndexCheck()
H A Dpost_schedule.cpp165 GateRef stateIn = acc_.GetState(currentBBState, 0); in ReplaceBBState() local
166 acc_.ReplaceStateIn(floatBranch, stateIn); in ReplaceBBState()
H A Dgate_accessor.cpp1648 // When Insert newGate, all the stateIn from state and dependIn from depend can be replaced to newGate
1702 // stateIn: IF_TRUE / IF_FALSE / MERGE
1705 void GateAccessor::GetStateInAndDependIn(GateRef insertAfter, GateRef &stateIn, GateRef &dependIn)
1712 stateIn = insertAfter;
1723 stateIn = insertAfter;
H A Dgate_accessor.h485 void GetStateInAndDependIn(GateRef insertAfter, GateRef &stateIn, GateRef &dependIn);

Completed in 9 milliseconds