Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp141 PHINode *CntPhi, Value *Var);
773 Instruction *&CntInst, PHINode *&CntPhi, in detectPopcountIdiom() argument
878 CntPhi = CountPhi; in detectPopcountIdiom()
928 PHINode *CntPhi; in recognizePopcount() local
930 if (!detectPopcountIdiom(CurLoop, PreCondBB, CntInst, CntPhi, Val)) in recognizePopcount()
933 transformLoopToPopcount(PreCondBB, CntInst, CntPhi, Val); in recognizePopcount()
952 PHINode *CntPhi, Value *Var) { in transformLoopToPopcount() argument
967 Builder.CreateZExtOrTrunc(PopCnt, cast<IntegerType>(CntPhi->getType())); in transformLoopToPopcount()
976 Value *CntInitVal = CntPhi->getIncomingValueForBlock(PreHead); in transformLoopToPopcount()