Searched refs:UseLoad (Results 1 – 1 of 1) sorted by relevance
323 if (auto *UseLoad = dyn_cast_or_null<LoadInst>(UseInst)) in instructionClobbersQuery() local324 return !areLoadsReorderable(UseLoad, DefLoad); in instructionClobbersQuery()