Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
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()
DARMBlockPlacement.cpp68 if (isWhileLoopStart(Terminator)) in findWLSInBlock()
185 if (!isWhileLoopStart(Terminator)) in fixBackwardsWLS()
DARMLowOverheadLoops.cpp1105 if (isWhileLoopStart(*Start)) { in Validate()
1573 if (isWhileLoopStart(*Start)) in ExpandLoopStart()
1784 if (isWhileLoopStart(*LoLoop.Start)) in Expand()
1860 if (isWhileLoopStart(*Start)) in RevertNonLoops()