Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp243 void transformLoopToPopcount(BasicBlock *PreCondBB, Instruction *CntInst,
247 Instruction *CntInst, PHINode *CntPhi,
1450 Instruction *&CntInst, PHINode *&CntPhi, in detectPopcountIdiom() argument
1549 CntInst = CountInst; in detectPopcountIdiom()
1586 Instruction *&CntInst, PHINode *&CntPhi, in detectShiftUntilZeroIdiom() argument
1592 CntInst = nullptr; in detectShiftUntilZeroIdiom()
1647 CntInst = Inst; in detectShiftUntilZeroIdiom()
1651 if (!CntInst) in detectShiftUntilZeroIdiom()
1669 Instruction *CntInst = nullptr; in recognizeAndInsertFFS() local
1675 CntInst, CntPhi, DefX)) in recognizeAndInsertFFS()
[all …]