Searched refs:DecreaseIn (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | graph_editor.cpp | 118 acc_.DecreaseIn(use, edge.GetIndex() + 1); // +1 skip state input in PropagateMerge() 121 acc_.DecreaseIn(gate, edge.GetIndex()); in PropagateMerge()
|
D | dead_code_elimination.cpp | 118 acc_.DecreaseIn(*it, count + 1); in DecreaseAllSelectors() 135 acc_.DecreaseIn(gate, count); in EliminateMergeAndLoopBegin()
|
D | circuit.cpp | 358 void Circuit::DecreaseIn(GateRef gate, size_t idx) in DecreaseIn() function in panda::ecmascript::kungfu::Circuit 368 meta->DecreaseIn(idx); in DecreaseIn() 371 meta->DecreaseIn(idx); in DecreaseIn()
|
D | circuit.h | 231 void DecreaseIn(GateRef gate, size_t idx);
|
D | gate_accessor.h | 466 void DecreaseIn(const UseIterator &useIt); 467 void DecreaseIn(GateRef gate, size_t index);
|
D | gate_accessor.cpp | 1263 void GateAccessor::DecreaseIn(const UseIterator &useIt) in DecreaseIn() function in panda::ecmascript::kungfu::GateAccessor 1266 circuit_->DecreaseIn(*useIt, idx); in DecreaseIn() 1269 void GateAccessor::DecreaseIn(GateRef gate, size_t index) in DecreaseIn() function in panda::ecmascript::kungfu::GateAccessor 1271 circuit_->DecreaseIn(gate, index); in DecreaseIn()
|
D | share_gate_meta_data.h | 275 void DecreaseIn(size_t idx) in DecreaseIn() function
|