Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp232 void transformLoopToPopcount(BasicBlock *PreCondBB, Instruction *CntInst,
238 Instruction *CntInst);
242 Instruction *CntInst, PHINode *CntPhi,
1596 Value *&InitX, Instruction *&CntInst, in detectShiftUntilLessThanIdiom() argument
1602 CntInst = nullptr; in detectShiftUntilLessThanIdiom()
1658 CntInst = &Inst; in detectShiftUntilLessThanIdiom()
1662 if (!CntInst) in detectShiftUntilLessThanIdiom()
1693 Instruction *&CntInst, PHINode *&CntPhi, in detectPopcountIdiom() argument
1790 CntInst = CountInst; in detectPopcountIdiom()
1827 Instruction *&CntInst, PHINode *&CntPhi, in detectShiftUntilZeroIdiom() argument
[all …]