Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemorySSA.cpp295 if (auto *UseLoad = dyn_cast<LoadInst>(UseInst)) in instructionClobbersQuery() local
296 return {!areLoadsReorderable(UseLoad, DefLoad), MayAlias}; in instructionClobbersQuery()