Searched defs:CntInst (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 1596 Value *&InitX, Instruction *&CntInst, in detectShiftUntilLessThanIdiom() 1693 Instruction *&CntInst, PHINode *&CntPhi, in detectPopcountIdiom() 1827 Instruction *&CntInst, PHINode *&CntPhi, in detectShiftUntilZeroIdiom() 1924 Instruction *CntInst) { in insertFFSIfProfitable() 1995 Instruction *CntInst = nullptr; in recognizeAndInsertFFS() local 2013 Instruction *CntInst = nullptr; in recognizeShiftUntilLessThan() local 2110 Instruction *CntInst; in recognizePopcount() local 2179 Intrinsic::ID IntrinID, BasicBlock *Preheader, Instruction *CntInst, in transformLoopToCountable() 2273 Instruction *CntInst, in transformLoopToPopcount()
|