Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h431 bool isPred(const SUnit *N) const { in isPred() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp958 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); in ReduceToNarrow() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1431 static bool ignoreDependence(const SDep &D, bool isPred) { in ignoreDependence()