Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonPeephole.cpp81 struct HexagonPeephole : public MachineFunctionPass { struct
82 const HexagonInstrInfo *QII;
83 const HexagonRegisterInfo *QRI;
84 const MachineRegisterInfo *MRI;
87 static char ID;
88 HexagonPeephole() : MachineFunctionPass(ID) { in HexagonPeephole() function
94 const char *getPassName() const { in getPassName()
98 void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()