Searched refs:BestPhi (Results 1 – 2 of 2) sorted by relevance
1451 PHINode *BestPhi = 0; in FindLoopCounter() local1483 if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter()1497 if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()1500 BestPhi = Phi; in FindLoopCounter()1503 return BestPhi; in FindLoopCounter()
1751 PHINode *BestPhi = nullptr; in FindLoopCounter() local1801 if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter()1815 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()1818 BestPhi = Phi; in FindLoopCounter()1821 return BestPhi; in FindLoopCounter()