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.cpp235 bool ZeroCheck, size_t CanonicalSize);
244 const DebugLoc &DL, bool ZeroCheck,
1899 Value *InitX, bool ZeroCheck, in isProfitableToInsertFFS() argument
1902 ConstantInt::getBool(InitX->getContext(), ZeroCheck)}; in isProfitableToInsertFFS()
1945 bool ZeroCheck = false; in insertFFSIfProfitable() local
1963 ZeroCheck = true; in insertFFSIfProfitable()
1974 if (!isProfitableToInsertFFS(IntrinID, InitX, ZeroCheck, IdiomCanonicalSize)) in insertFFSIfProfitable()
1978 DefX->getDebugLoc(), ZeroCheck, in insertFFSIfProfitable()
2049 bool ZeroCheck = true; in recognizeShiftUntilLessThan() local
2059 if (!isProfitableToInsertFFS(IntrinID, InitX, ZeroCheck, IdiomCanonicalSize)) in recognizeShiftUntilLessThan()
[all …]