Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMustExecute.h69 virtual bool anyBlockMayThrow() const = 0;
106 virtual bool anyBlockMayThrow() const;
135 virtual bool anyBlockMayThrow() const;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMustExecute.cpp38 return anyBlockMayThrow(); in blockMayThrow()
41 bool SimpleLoopSafetyInfo::anyBlockMayThrow() const { in anyBlockMayThrow() function in SimpleLoopSafetyInfo
68 bool ICFLoopSafetyInfo::anyBlockMayThrow() const { in anyBlockMayThrow() function in ICFLoopSafetyInfo
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp776 if (LSI.anyBlockMayThrow()) { in isSafeToUnrollAndJam()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp326 if (SafetyInfo.anyBlockMayThrow()) in runOnCountableLoop()
H A DLICM.cpp1791 if (SafetyInfo->anyBlockMayThrow()) { in promoteLoopAccessesToScalars()