Home
last modified time | relevance | path

Searched refs:isDoLoopStart (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredUtils.h71 static inline bool isDoLoopStart(const MachineInstr &MI) { in isDoLoopStart() function
83 return isDoLoopStart(MI) || isWhileLoopStart(MI); in isLoopStart()
H A DARMLowOverheadLoops.cpp448 bool IsDo = isDoLoopStart(*Start); in getStartOpcode()