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