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.cpp267 auto *EarlierMA = MSSA->getMemoryAccess(LV.DefI); in getMatchingValue() local
270 if (!MSSA->dominates(LaterDef, EarlierMA)) in getMatchingValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1149 auto *EarlierMA = MSSA->getMemoryAccess(EarlierInst); in isSameMemGeneration() local
1150 if (!EarlierMA) in isSameMemGeneration()
1167 return MSSA->dominates(LaterDef, EarlierMA); in isSameMemGeneration()