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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVETailPredUtils.h 151 inline void RevertLoopEnd(MachineInstr *MI, const TargetInstrInfo *TII,
MVETPAndVPTOptimisationsPass.cpp 241 RevertLoopEnd(LoopStart, TII);
339 RevertLoopEnd(LoopEnd, TII);
381 RevertLoopEnd(LoopEnd, 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 83 milliseconds