Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonPeephole.cpp82 struct HexagonPeephole : public MachineFunctionPass { struct
83 const HexagonInstrInfo *QII;
84 const HexagonRegisterInfo *QRI;
85 const MachineRegisterInfo *MRI;
88 static char ID;
89 HexagonPeephole() : MachineFunctionPass(ID) { in HexagonPeephole() function
95 const char *getPassName() const override { in getPassName()
99 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()