Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h81 virtual bool anyBlockMayThrow() const = 0;
118 bool anyBlockMayThrow() const override;
143 bool anyBlockMayThrow() const override;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp44 return anyBlockMayThrow(); in blockMayThrow()
47 bool SimpleLoopSafetyInfo::anyBlockMayThrow() const { in anyBlockMayThrow() function in SimpleLoopSafetyInfo
75 bool ICFLoopSafetyInfo::anyBlockMayThrow() const { in anyBlockMayThrow() function in ICFLoopSafetyInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp950 if (LSI.anyBlockMayThrow()) { in isSafeToUnrollAndJam()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp341 if (SafetyInfo.anyBlockMayThrow()) in runOnCountableLoop()
H A DLICM.cpp2056 if (StoreSafety == StoreSafetyUnknown && SafetyInfo->anyBlockMayThrow()) { in promoteLoopAccessesToScalars()