Home
last modified time | relevance | path

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

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