Searched refs:BestPhi (Results 1 – 1 of 1) sorted by relevance
835 PHINode *BestPhi = nullptr; in FindLoopCounter() local881 if (BestPhi && !isAlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter()895 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()898 BestPhi = Phi; in FindLoopCounter()901 return BestPhi; in FindLoopCounter()