Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp284 MemoryEffects OldME = F->getMemoryEffects(); in addMemoryAttrs() local
285 MemoryEffects NewME = ME & OldME; in addMemoryAttrs()
286 if (NewME != OldME) { in addMemoryAttrs()