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

/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DMVETailPredUtils.h145 inline void RevertLoopDec(MachineInstr *MI, const TargetInstrInfo *TII, function in namespace:llvm
H A DMVETPAndVPTOptimisationsPass.cpp245 RevertLoopDec(LoopStart, TII);
346 RevertLoopDec(LoopDec, TII);
388 RevertLoopDec(LoopDec, TII);
H A DARMLowOverheadLoops.cpp520 bool RevertLoopDec(MachineInstr *MI) const;
1447 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { function in class:ARMLowOverheadLoops
1462 llvm::RevertLoopDec(MI, TII, SetFlags);
1791 RevertLoopEnd(LoLoop.End, RevertLoopDec(LoLoop.Dec));
1866 RevertLoopDec(Dec);

Completed in 76 milliseconds