Searched refs:stateIn (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | array_bounds_check_elimination.h | 140 void CopyStateInAndDependIn(GateRef &stateIn, GateRef &dependIn, GateRef insertAfter); 156 void ReplaceIn(GateRef stateIn, GateRef dependIn, GateRef newGate);
|
H A D | array_bounds_check_elimination.cpp | 305 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 D | post_schedule.cpp | 165 GateRef stateIn = acc_.GetState(currentBBState, 0); in ReplaceBBState() local 166 acc_.ReplaceStateIn(floatBranch, stateIn); in ReplaceBBState()
|
H A D | gate_accessor.cpp | 1648 // 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 D | gate_accessor.h | 485 void GetStateInAndDependIn(GateRef insertAfter, GateRef &stateIn, GateRef &dependIn);
|
Completed in 9 milliseconds