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