Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredUtils.h76 static inline bool isWhileLoopStart(const MachineInstr &MI) { in isWhileLoopStart() function
83 return isDoLoopStart(MI) || isWhileLoopStart(MI); in isLoopStart()
88 assert(isWhileLoopStart(MI) && "Expected WhileLoopStart!"); in getWhileLoopStartTargetBB()
H A DARMBlockPlacement.cpp68 if (isWhileLoopStart(Terminator)) in findWLSInBlock()
185 if (!isWhileLoopStart(Terminator)) in fixBackwardsWLS()
H A DARMLowOverheadLoops.cpp1099 if (isWhileLoopStart(*Start)) { in Validate()
1567 if (isWhileLoopStart(*Start)) in ExpandLoopStart()
1778 if (isWhileLoopStart(*LoLoop.Start)) in Expand()
1855 if (isWhileLoopStart(*Start)) in RevertNonLoops()