Searched refs:BestPhi (Results 1 – 1 of 1) sorted by relevance
844 PHINode *BestPhi = nullptr; in FindLoopCounter() local890 if (BestPhi && !isAlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter()904 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()907 BestPhi = Phi; in FindLoopCounter()910 return BestPhi; in FindLoopCounter()