Searched refs:EntryStateMap (Results 1 – 1 of 1) sorted by relevance
1195 EntryStateMapTy EntryStateMap; member in SPIRV::TopologicalSort1204 DFSState& State = EntryStateMap[E]; in visit()1241 EntryStateMap([](SPIRVEntry* a, SPIRVEntry* b) -> bool { in TopologicalSort()1247 EntryStateMap[T] = DFSState::Unvisited;1249 EntryStateMap[C] = DFSState::Unvisited;1251 EntryStateMap[V] = DFSState::Unvisited;1253 for (auto ES : EntryStateMap)