Home
last modified time | relevance | path

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

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