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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp510 Value *PopCnt, *PopCntZext, *NewCount, *TripCnt; local
519 // TripCnt is exactly the number of iterations the loop has
520 TripCnt = NewCount;
574 Type *Ty = TripCnt->getType();
584 TcPhi->addIncoming(TripCnt, PreHead);

Completed in 415 milliseconds