Searched refs:TripCnt (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1790 Value *PopCnt, *PopCntZext, *NewCount, *TripCnt; local
1799 // TripCnt is exactly the number of iterations the loop has
1800 TripCnt = NewCount;
1854 Type *Ty = TripCnt->getType();
1863 TcPhi->addIncoming(TripCnt, PreHead);

Completed in 58 milliseconds