Home
last modified time | relevance | path

Searched refs:MayClobberTo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp488 bool MayClobberTo = isReachable(Clobber, &*To, MBBTo, MDT); in hoistAndMergeSGPRInits() local
489 if (!MayClobberFrom && !MayClobberTo) in hoistAndMergeSGPRInits()
491 if ((MayClobberFrom && !MayClobberTo) || in hoistAndMergeSGPRInits()
492 (!MayClobberFrom && MayClobberTo)) in hoistAndMergeSGPRInits()