Home
last modified time | relevance | path

Searched defs:bbGatesAddrToIdx (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dscheduler.cpp46 std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateDominatorTree()
135 std::unordered_map<GateRef, size_t> bbGatesAddrToIdx; in Run() local
238 … const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateSchedulingUpperBound()
344 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateFixedGatesList()
361 … const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in CalculateSchedulingLowerBound()
468 std::unordered_map<GateRef, size_t> bbGatesAddrToIdx; in Print() local
Dverifier.cpp122 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx) in RunCFGSoundnessCheck()
192 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunCFGReducibilityCheck()
229 … const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunFixedGatesRelationsCheck()
386 const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, in RunSchedulingBoundsCheck()
488 std::unordered_map<GateRef, size_t> bbGatesAddrToIdx; in Run() local