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

/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DMVETailPredUtils.h76 static inline bool isWhileLoopStart(const MachineInstr &MI) { function in namespace:llvm
83 return isDoLoopStart(MI) || isWhileLoopStart(MI);
88 assert(isWhileLoopStart(MI) && "Expected WhileLoopStart!");
H A DARMBlockPlacement.cpp68 if (isWhileLoopStart(Terminator))
185 if (!isWhileLoopStart(Terminator))
H A DARMLowOverheadLoops.cpp1105 if (isWhileLoopStart(*Start)) {
1573 if (isWhileLoopStart(*Start))
1784 if (isWhileLoopStart(*LoLoop.Start))
1860 if (isWhileLoopStart(*Start))

Completed in 146 milliseconds