Home
last modified time | relevance | path

Searched refs:CntPhi (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp131 PHINode *CntPhi, Value *Var);
1005 Instruction *&CntInst, PHINode *&CntPhi, in detectPopcountIdiom() argument
1110 CntPhi = CountPhi; in detectPopcountIdiom()
1160 PHINode *CntPhi; in recognizePopcount() local
1162 if (!detectPopcountIdiom(CurLoop, PreCondBB, CntInst, CntPhi, Val)) in recognizePopcount()
1165 transformLoopToPopcount(PreCondBB, CntInst, CntPhi, Val); in recognizePopcount()
1184 PHINode *CntPhi, Value *Var) { in transformLoopToPopcount() argument
1199 Builder.CreateZExtOrTrunc(PopCnt, cast<IntegerType>(CntPhi->getType())); in transformLoopToPopcount()
1208 Value *CntInitVal = CntPhi->getIncomingValueForBlock(PreHead); in transformLoopToPopcount()