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()
227const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateSchedulingUpperBound()
333 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateFixedGatesList()
350const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateSchedulingLowerBound()
Dverifier.cpp121 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx) in RunCFGSoundnessCheck()
191 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunCFGReducibilityCheck()
228const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunFixedGatesRelationsCheck()
384 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunSchedulingBoundsCheck()
Dgate.h36 using GateRef = int32_t; // for external users variable
Dgate_meta_data.h31 using GateRef = int32_t; variable