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