Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp130 void transformLoopToPopcount(BasicBlock *PreCondBB, Instruction *CntInst,
1005 Instruction *&CntInst, PHINode *&CntPhi, in detectPopcountIdiom() argument
1109 CntInst = CountInst; in detectPopcountIdiom()
1159 Instruction *CntInst; in recognizePopcount() local
1162 if (!detectPopcountIdiom(CurLoop, PreCondBB, CntInst, CntPhi, Val)) in recognizePopcount()
1165 transformLoopToPopcount(PreCondBB, CntInst, CntPhi, Val); in recognizePopcount()
1183 Instruction *CntInst, in transformLoopToPopcount() argument
1187 const DebugLoc DL = CntInst->getDebugLoc(); in transformLoopToPopcount()
1281 CntInst->replaceUsesOutsideBlock(NewCount, Body); in transformLoopToPopcount()