Home
last modified time | relevance | path

Searched defs:GateRef (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dscheduler.cpp25 std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateDominatorTree()
232const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateSchedulingUpperBound()
338const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateSchedulingLowerBound()
Dverifier.cpp117 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx) in RunCFGSoundnessCheck()
188 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunCFGReducibilityCheck()
225const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunFixedGatesRelationsCheck()
381 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunSchedulingBoundsCheck()
Dgate.h36 using GateRef = int32_t; // for external users variable
Dgate_meta_data.h29 using GateRef = int32_t; variable