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

/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DMVETailPredUtils.h167 inline void RevertLoopEnd(MachineInstr *MI, const TargetInstrInfo *TII, function in namespace:llvm
H A DMVETPAndVPTOptimisationsPass.cpp246 RevertLoopEnd(LoopStart, TII);
347 RevertLoopEnd(LoopEnd, TII);
389 RevertLoopEnd(LoopEnd, TII);
H A DARMLowOverheadLoops.cpp34 /// RevertLoopEnd). To handle this situation, t2WhileLoopStartLR and t2LoopEnd
522 void RevertLoopEnd(MachineInstr *MI, bool SkipCmp = false) const;
1467 void ARMLowOverheadLoops::RevertLoopEnd(MachineInstr *MI, bool SkipCmp) const { function in class:ARMLowOverheadLoops
1474 llvm::RevertLoopEnd(MI, TII, BrOpc, SkipCmp);
1791 RevertLoopEnd(LoLoop.End, RevertLoopDec(LoLoop.Dec));
1869 RevertLoopEnd(End);

Completed in 145 milliseconds