Home
last modified time | relevance | path

Searched refs:isLoopStart (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredUtils.h82 static inline bool isLoopStart(const MachineInstr &MI) { in isLoopStart() function
H A DARMLowOverheadLoops.cpp1293 if (isLoopStart(MI)) in ProcessLoop()
1323 else if (isLoopStart(MI)) in ProcessLoop()
1748 if (isLoopStart(I)) in RevertNonLoops()
H A DMVETPAndVPTOptimisationsPass.cpp261 return MI.isCall() || isLoopStart(MI); in IsInvalidTPInstruction()