Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp257 bool ZeroCheck, size_t CanonicalSize);
266 const DebugLoc &DL, bool ZeroCheck,
2208 Value *InitX, bool ZeroCheck, in isProfitableToInsertFFS() argument
2211 ConstantInt::getBool(InitX->getContext(), ZeroCheck)}; in isProfitableToInsertFFS()
2254 bool ZeroCheck = false; in insertFFSIfProfitable() local
2272 ZeroCheck = true; in insertFFSIfProfitable()
2283 if (!isProfitableToInsertFFS(IntrinID, InitX, ZeroCheck, IdiomCanonicalSize)) in insertFFSIfProfitable()
2287 DefX->getDebugLoc(), ZeroCheck, in insertFFSIfProfitable()
2358 bool ZeroCheck = true; in recognizeShiftUntilLessThan() local
2368 if (!isProfitableToInsertFFS(IntrinID, InitX, ZeroCheck, IdiomCanonicalSize)) in recognizeShiftUntilLessThan()
[all …]