Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CntPhi

131                                PHINode *CntPhi, Value *Var);
984 /// 2) \p CntPhi is set to the corresponding phi node.
1005 Instruction *&CntInst, PHINode *&CntPhi,
1110 CntPhi = CountPhi;
1160 PHINode *CntPhi;
1162 if (!detectPopcountIdiom(CurLoop, PreCondBB, CntInst, CntPhi, Val))
1165 transformLoopToPopcount(PreCondBB, CntInst, CntPhi, Val);
1184 PHINode *CntPhi, Value *Var) {
1199 Builder.CreateZExtOrTrunc(PopCnt, cast<IntegerType>(CntPhi->getType()));
1208 Value *CntInitVal = CntPhi->getIncomingValueForBlock(PreHead);