Searched refs:MemoryPhiState (Results 1 – 1 of 1) sorted by relevance
604 enum MemoryPhiState { MPS_Invalid, MPS_TOP, MPS_Equivalent, MPS_Unique }; enum in __anonccb5b2130211::NewGVN605 DenseMap<const MemoryPhi *, MemoryPhiState> MemoryPhiState; member in __anonccb5b2130211::NewGVN2869 MemoryPhiState.insert({MP, MPS_TOP}); in initializeCongruenceClasses()3049 auto OldState = MemoryPhiState.lookup(MP); in valueNumberMemoryPhi()3052 MemoryPhiState[MP] = NewState; in valueNumberMemoryPhi()