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

/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandPredSpillCode.cpp1 //===-- HexagonExpandPredSpillCode.cpp - Expand Predicate Spill Code ------===//
46 class HexagonExpandPredSpillCode : public MachineFunctionPass { class in namespace:__anon9697
52 HexagonExpandPredSpillCode(HexagonTargetMachine& TM) : function in class:__anon9697::HexagonExpandPredSpillCode
62 char HexagonExpandPredSpillCode::ID = 0;
65 bool HexagonExpandPredSpillCode::runOnMachineFunction(MachineFunction &Fn) {
179 return new HexagonExpandPredSpillCode(TM);

Completed in 86 milliseconds