Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dscheduler.cpp46 std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateDominatorTree()
238const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateSchedulingUpperBound()
344 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateFixedGatesList()
361const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateSchedulingLowerBound()
Dverifier.cpp122 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx) in RunCFGSoundnessCheck()
192 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunCFGReducibilityCheck()
229const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunFixedGatesRelationsCheck()
386 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunSchedulingBoundsCheck()
Dgate.h39 using GateRef = int32_t; // for external users variable
Dloop_analysis.cpp55 void LoopAnalysis::CollectUseGate(ChunkUnorderedMap<GateRef, size_t>& gateToDepth, in CollectUseGate()
Dshare_gate_meta_data.h33 using GateRef = int32_t; variable