Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1965 auto *EntryBI = dyn_cast<BranchInst>(PH->getTerminator()); in recognizePopcount() local
1966 if (!EntryBI || EntryBI->isConditional()) in recognizePopcount()