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

/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp787 bool isPred = (i < NumOps && MCID.OpInfo[i].isPredicate()); local
788 if (SkipPred && isPred)
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h420 /// isPred - Test if node N is a predecessor of this node.
421 bool isPred(SUnit *N) { function in class:llvm::SUnit
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1312 bool isPred = MI->getDesc().isPredicable(); local
1314 if (!isPred)

Completed in 93 milliseconds