Searched refs:CntInst (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 140 void transformLoopToPopcount(BasicBlock *PreCondBB, Instruction *CntInst, 773 Instruction *&CntInst, PHINode *&CntPhi, in detectPopcountIdiom() argument 877 CntInst = CountInst; in detectPopcountIdiom() 927 Instruction *CntInst; in recognizePopcount() local 930 if (!detectPopcountIdiom(CurLoop, PreCondBB, CntInst, CntPhi, Val)) in recognizePopcount() 933 transformLoopToPopcount(PreCondBB, CntInst, CntPhi, Val); in recognizePopcount() 951 Instruction *CntInst, in transformLoopToPopcount() argument 955 const DebugLoc DL = CntInst->getDebugLoc(); in transformLoopToPopcount() 1049 CntInst->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToPopcount()
|