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.cpp239 bool recognizeAndInsertFFS(); /// Find First Set: ctlz or cttz
1491 return recognizePopcount() || recognizeAndInsertFFS() || in runOnNoncountableLoop()
1986 bool LoopIdiomRecognize::recognizeAndInsertFFS() { in recognizeAndInsertFFS() function in LoopIdiomRecognize