Searched refs:DetectRoundChange (Results 1 – 4 of 4) sorted by relevance
81 class LLVM_LIBRARY_VISIBILITY DetectRoundChange86 DetectRoundChange();
378 char DetectRoundChange::ID = 0;380 DetectRoundChange::DetectRoundChange() : LEONMachineFunctionPass(ID) {} in DetectRoundChange() function in DetectRoundChange382 bool DetectRoundChange::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
46 def DetectRoundChange : SubtargetFeature<48 "DetectRoundChange",
202 addPass(new DetectRoundChange()); in addPreEmitPass()