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