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

/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSplitTFRCondSets.cpp1 //===-- HexagonSplitTFRCondSets.cpp - split TFR condsets into xfers -------===//
59 class HexagonSplitTFRCondSets : public MachineFunctionPass { class in namespace:__anon2512
65 HexagonSplitTFRCondSets(const HexagonTargetMachine& TM) : function in class:__anon2512::HexagonSplitTFRCondSets
77 char HexagonSplitTFRCondSets::ID = 0;
80 bool HexagonSplitTFRCondSets::runOnMachineFunction(MachineFunction &Fn) {
224 &HexagonSplitTFRCondSets::ID, 0, false, false);
234 return new HexagonSplitTFRCondSets(TM);

Completed in 29 milliseconds