Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp261 bool recognizeAndInsertFFS(); /// Find First Set: ctlz or cttz
1524 return recognizePopcount() || recognizeAndInsertFFS() || in runOnNoncountableLoop()
2295 bool LoopIdiomRecognize::recognizeAndInsertFFS() { in recognizeAndInsertFFS() function in LoopIdiomRecognize