Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Anti

292 /// addPhysRegDeps - Add register dependencies (data, anti, and output) from
299 // Optionally add output and anti dependencies. For anti
305 SDep::Kind Kind = MO.isUse() ? SDep::Anti : SDep::Output;
317 if (Kind == SDep::Anti)
380 // Singly defined vregs do not have output/anti dependencies.
457 DefI->SU->addPred(SDep(SU, SDep::Anti, Reg));
812 // Add register-based dependencies (data, anti, and output).