Searched defs:isPred (Results 1 – 3 of 3) sorted by relevance
449 bool isPred(const SUnit *N) const { in isPred() function
955 bool isPred = (i < NumOps && MCID.operands()[i].isPredicate()); in ReduceToNarrow() local
1862 static bool ignoreDependence(const SDep &D, bool isPred) { in ignoreDependence()