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

/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandPredSpillCode.cpp1 //===-- HexagonExpandPredSpillCode.cpp - Expand Predicate Spill Code ------===//
45 class HexagonExpandPredSpillCode : public MachineFunctionPass { class in namespace:__anon7581
51 HexagonExpandPredSpillCode(HexagonTargetMachine& TM) : function in class:__anon7581::HexagonExpandPredSpillCode
61 char HexagonExpandPredSpillCode::ID = 0;
64 bool HexagonExpandPredSpillCode::runOnMachineFunction(MachineFunction &Fn) {
176 return new HexagonExpandPredSpillCode(TM);

Completed in 65 milliseconds