Home
last modified time | relevance | path

Searched refs:MemoryPhiState (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp603 enum MemoryPhiState { MPS_Invalid, MPS_TOP, MPS_Equivalent, MPS_Unique }; enum in __anonf7cb05f80211::NewGVN
604 DenseMap<const MemoryPhi *, MemoryPhiState> MemoryPhiState; member in __anonf7cb05f80211::NewGVN
2901 MemoryPhiState.insert({MP, MPS_TOP}); in initializeCongruenceClasses()
3082 auto OldState = MemoryPhiState.lookup(MP); in valueNumberMemoryPhi()
3085 MemoryPhiState[MP] = NewState; in valueNumberMemoryPhi()