Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp604 enum MemoryPhiState { MPS_Invalid, MPS_TOP, MPS_Equivalent, MPS_Unique }; enum in __anon0afe5c7c0211::NewGVN
605 DenseMap<const MemoryPhi *, MemoryPhiState> MemoryPhiState; member in __anon0afe5c7c0211::NewGVN
2869 MemoryPhiState.insert({MP, MPS_TOP}); in initializeCongruenceClasses()
3049 auto OldState = MemoryPhiState.lookup(MP); in valueNumberMemoryPhi()
3052 MemoryPhiState[MP] = NewState; in valueNumberMemoryPhi()