Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp318 if (auto *DefLoad = dyn_cast<LoadInst>(DefInst)) in instructionClobbersQuery() local
320 return !areLoadsReorderable(UseLoad, DefLoad); in instructionClobbersQuery()