Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h54 /// computeLoopSafetyInfo. If the loop or any of its block is deleted, or if
59 /// methods except for computeLoopSafetyInfo is undefined.
93 virtual void computeLoopSafetyInfo(const Loop *CurLoop) = 0;
120 void computeLoopSafetyInfo(const Loop *CurLoop) override;
145 void computeLoopSafetyInfo(const Loop *CurLoop) override;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp51 void SimpleLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo() function in SimpleLoopSafetyInfo
79 void ICFLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo() function in ICFLoopSafetyInfo
317 LSI.computeLoopSafetyInfo(L); in isMustExecuteIn()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp949 LSI.computeLoopSafetyInfo(L); in isSafeToUnrollAndJam()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2338 SafetyInfo.computeLoopSafetyInfo(&L); in unswitchNontrivialInvariants()
3480 SafetyInfo.computeLoopSafetyInfo(&L); in shouldInsertFreeze()
H A DLoopIdiomRecognize.cpp340 SafetyInfo.computeLoopSafetyInfo(CurLoop); in runOnCountableLoop()
H A DLICM.cpp450 SafetyInfo.computeLoopSafetyInfo(L); in runOnLoop()