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