Home
last modified time | relevance | path

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

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