Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonPeephole.cpp83 struct HexagonPeephole : public MachineFunctionPass { struct
84 const HexagonInstrInfo *QII;
85 const HexagonRegisterInfo *QRI;
86 const MachineRegisterInfo *MRI;
89 static char ID;
90 HexagonPeephole() : MachineFunctionPass(ID) { in HexagonPeephole() argument
96 const char *getPassName() const override { in getPassName()
100 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()