Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorMaskDAGMutation.cpp69 SUnit *NearestUseV0SU = nullptr; in apply() local
73 NearestUseV0SU = &SU; in apply()
75 if (NearestUseV0SU && NearestUseV0SU != &SU && isSoleUseCopyToV0(SU) && in apply()
80 DAG->addEdge(&SU, SDep(NearestUseV0SU, SDep::Artificial)); in apply()