Searched refs:HexagonRDFOpt (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp1 //===- HexagonRDFOpt.cpp --------------------------------------------------===//
56 class HexagonRDFOpt : public MachineFunctionPass { class in namespace:__anon98
58 HexagonRDFOpt() : MachineFunctionPass(ID) {} function in class:__anon98::HexagonRDFOpt
103 char HexagonRDFOpt::ID = 0;
105 INITIALIZE_PASS_BEGIN(HexagonRDFOpt, "hexagon-rdf-opt",
109 INITIALIZE_PASS_END(HexagonRDFOpt, "hexagon-rdf-opt",
282 bool HexagonRDFOpt::runOnMachineFunction(MachineFunction &MF) {
340 return new HexagonRDFOpt();

Completed in 55 milliseconds