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.cpp1563 Instruction *DefX2, *CountInst; in detectPopcountIdiom() local
1567 DefX2 = CountInst = nullptr; in detectPopcountIdiom()
1613 CountInst = nullptr; in detectPopcountIdiom()
1637 CountInst = &Inst; in detectPopcountIdiom()
1643 if (!CountInst) in detectPopcountIdiom()
1655 CntInst = CountInst; in detectPopcountIdiom()