Home
last modified time | relevance | path

Searched defs:isPred (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h449 bool isPred(const SUnit *N) const { in isPred() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp955 bool isPred = (i < NumOps && MCID.operands()[i].isPredicate()); in ReduceToNarrow() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1862 static bool ignoreDependence(const SDep &D, bool isPred) { in ignoreDependence()