Searched refs:BestPhi (Results 1 – 1 of 1) sorted by relevance
1728 PHINode *BestPhi = nullptr; in FindLoopCounter() local1778 if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter()1792 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()1795 BestPhi = Phi; in FindLoopCounter()1798 return BestPhi; in FindLoopCounter()