Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp245 bool recognizeAndInsertFFS(); /// Find First Set: ctlz or cttz
1378 return recognizePopcount() || recognizeAndInsertFFS() || in runOnNoncountableLoop()
1660 bool LoopIdiomRecognize::recognizeAndInsertFFS() { in recognizeAndInsertFFS() function in LoopIdiomRecognize