Searched refs:isPred (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp103 SU == &DAG.ExitSU || SU == &SecondSU || SU->isPred(&SecondSU))
H A DMachinePipeliner.cpp790 if (SU->NodeNum < I.NodeNum && !I.isPred(SU))
811 if (SU->NodeNum < I.NodeNum && !I.isPred(SU))
1352 static bool ignoreDependence(const SDep &D, bool isPred) { argument
1355 return D.getKind() == SDep::Anti && isPred;
2432 !SU->isPred(I))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp948 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); local
949 if (SkipPred && isPred)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h431 bool isPred(const SUnit *N) const { function

Completed in 60 milliseconds