Searched defs:GateRef (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | scheduler.cpp | 25 std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateDominatorTree() 232 … const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateSchedulingUpperBound() 338 … const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateSchedulingLowerBound()
|
| D | verifier.cpp | 117 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx) in RunCFGSoundnessCheck() 188 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunCFGReducibilityCheck() 225 … const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunFixedGatesRelationsCheck() 381 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunSchedulingBoundsCheck()
|
| D | gate.h | 36 using GateRef = int32_t; // for external users variable
|
| D | gate_meta_data.h | 29 using GateRef = int32_t; variable
|