Searched refs:WlsInstr (Results 1 – 1 of 1) sorted by relevance
80 MachineInstr *WlsInstr = findWLSInBlock(Predecessor); in findWLS() local81 if (WlsInstr) in findWLS()82 return WlsInstr; in findWLS()155 MachineInstr *WlsInstr = findWLS(ML); in fixBackwardsWLS() local156 if (!WlsInstr) in fixBackwardsWLS()159 MachineBasicBlock *Predecessor = WlsInstr->getParent(); in fixBackwardsWLS()160 MachineBasicBlock *LoopExit = getWhileLoopStartTargetBB(*WlsInstr); in fixBackwardsWLS()194 RevertedWhileLoops.push_back(WlsInstr); in fixBackwardsWLS()234 for (auto *WlsInstr : RevertedWhileLoops) in runOnMachineFunction() local235 Changed |= revertWhileToDoLoop(WlsInstr); in runOnMachineFunction()