Searched refs:CntPhi (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 233 PHINode *CntPhi, Value *Var); 237 Instruction *DefX, PHINode *CntPhi, 242 Instruction *CntInst, PHINode *CntPhi, 1597 PHINode *&CntPhi, Instruction *&DefX, in detectShiftUntilLessThanIdiom() argument 1603 CntPhi = nullptr; in detectShiftUntilLessThanIdiom() 1659 CntPhi = Phi; in detectShiftUntilLessThanIdiom() 1693 Instruction *&CntInst, PHINode *&CntPhi, in detectPopcountIdiom() argument 1791 CntPhi = CountPhi; in detectPopcountIdiom() 1827 Instruction *&CntInst, PHINode *&CntPhi, in detectShiftUntilZeroIdiom() argument 1834 CntPhi = nullptr; in detectShiftUntilZeroIdiom() [all …]
|