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() 227 … const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateSchedulingUpperBound() 333 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateFixedGatesList() 350 … const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateSchedulingLowerBound()
|
D | verifier.cpp | 121 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx) in RunCFGSoundnessCheck() 191 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunCFGReducibilityCheck() 228 … const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunFixedGatesRelationsCheck() 384 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 | 31 using GateRef = int32_t; variable
|