Searched refs:DetectRoundChange (Results 1 – 4 of 4) sorted by relevance
74 char DetectRoundChange::ID = 0;76 DetectRoundChange::DetectRoundChange() : LEONMachineFunctionPass(ID) {} in DetectRoundChange() function in DetectRoundChange78 bool DetectRoundChange::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
54 class LLVM_LIBRARY_VISIBILITY DetectRoundChange59 DetectRoundChange();
46 def DetectRoundChange : SubtargetFeature<48 "DetectRoundChange",
194 addPass(new DetectRoundChange()); in addPreEmitPass()