Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp263 auto *EarlierMA = MSSA->getMemoryAccess(LV.DefI); in getMatchingValue() local
266 if (!MSSA->dominates(LaterDef, EarlierMA)) in getMatchingValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1138 auto *EarlierMA = MSSA->getMemoryAccess(EarlierInst); in isSameMemGeneration() local
1139 if (!EarlierMA) in isSameMemGeneration()
1156 return MSSA->dominates(LaterDef, EarlierMA); in isSameMemGeneration()