Searched refs:BestPhi (Results 1 – 1 of 1) sorted by relevance
1478 PHINode *BestPhi = nullptr; in FindLoopCounter() local1528 if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter()1542 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()1545 BestPhi = Phi; in FindLoopCounter()1548 return BestPhi; in FindLoopCounter()