Searched refs:isWhileLoopStart (Results 1 – 3 of 3) sorted by relevance
76 static inline bool isWhileLoopStart(const MachineInstr &MI) { in isWhileLoopStart() function83 return isDoLoopStart(MI) || isWhileLoopStart(MI); in isLoopStart()88 assert(isWhileLoopStart(MI) && "Expected WhileLoopStart!"); in getWhileLoopStartTargetBB()
68 if (isWhileLoopStart(Terminator)) in findWLSInBlock()185 if (!isWhileLoopStart(Terminator)) in fixBackwardsWLS()
1105 if (isWhileLoopStart(*Start)) { in Validate()1573 if (isWhileLoopStart(*Start)) in ExpandLoopStart()1784 if (isWhileLoopStart(*LoLoop.Start)) in Expand()1860 if (isWhileLoopStart(*Start)) in RevertNonLoops()