HomeSort by: relevance | last modified time | path
    Searched defs:RevertLoopEnd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVETailPredUtils.h 151 inline void RevertLoopEnd(MachineInstr *MI, const TargetInstrInfo *TII,
ARMLowOverheadLoops.cpp 34 /// RevertLoopEnd). To handle this situation, t2WhileLoopStartLR and t2LoopEnd
515 void RevertLoopEnd(MachineInstr *MI, bool SkipCmp = false) const;
1325 void ARMLowOverheadLoops::RevertLoopEnd(MachineInstr *MI, bool SkipCmp) const {
1332 llvm::RevertLoopEnd(MI, TII, BrOpc, SkipCmp);
1623 RevertLoopEnd(LoLoop.End, RevertLoopDec(LoLoop.Dec));
1696 RevertLoopEnd(End);

Completed in 16 milliseconds