Searched refs:CntPhi (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 122 (Instruction *&CntInst, PHINode *&CntPhi, Value *&Var) const; 125 void transform(Instruction *CntInst, PHINode *CntPhi, Value *Var); 335 PHINode *&CntPhi, in detectIdiom() argument 454 CntPhi = CountPhi; in detectIdiom() 462 PHINode *CntPhi, Value *Var) { in transform() argument 480 Builder.CreateZExtOrTrunc(PopCnt, cast<IntegerType>(CntPhi->getType())); in transform() 489 Value *CntInitVal = CntPhi->getIncomingValueForBlock(PreHead); in transform() 597 PHINode *CntPhi; in recognize() local 599 if (!detectIdiom(CntInst, CntPhi, Val)) in recognize() 602 transform(CntInst, CntPhi, Val); in recognize()
|