Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1698 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1702 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1748 CountInst = nullptr; in detectPopcountIdiom()
1772 CountInst = &Inst; in detectPopcountIdiom()
1778 if (!CountInst) in detectPopcountIdiom()
1790 CntInst = CountInst; in detectPopcountIdiom()