Searched refs:CntInst (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 243 void transformLoopToPopcount(BasicBlock *PreCondBB, Instruction *CntInst, 247 Instruction *CntInst, PHINode *CntPhi, 1643 Instruction *&CntInst, PHINode *&CntPhi, in detectPopcountIdiom() argument 1740 CntInst = CountInst; in detectPopcountIdiom() 1777 Instruction *&CntInst, PHINode *&CntPhi, in detectShiftUntilZeroIdiom() argument 1783 CntInst = nullptr; in detectShiftUntilZeroIdiom() 1836 CntInst = &Inst; in detectShiftUntilZeroIdiom() 1840 if (!CntInst) in detectShiftUntilZeroIdiom() 1858 Instruction *CntInst = nullptr; in recognizeAndInsertFFS() local 1864 CntInst, CntPhi, DefX)) in recognizeAndInsertFFS() [all …]
|