Searched refs:DefLoad (Results 1 – 1 of 1) sorted by relevance
288 if (auto *DefLoad = dyn_cast<LoadInst>(DefInst)) in instructionClobbersQuery() local290 return {!areLoadsReorderable(UseLoad, DefLoad), MayAlias}; in instructionClobbersQuery()