Home
last modified time | relevance | path

Searched refs:dfsTimestamp (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dscheduler.cpp50 std::unordered_map<GateRef, size_t> dfsTimestamp; in CalculateDominatorTree() local
61 dfsTimestamp[curGate] = timestamp++; in CalculateDominatorTree()
71 dfsFatherIdx[*useIt] = dfsTimestamp[curGate]; in CalculateDominatorTree()

Completed in 1 milliseconds