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.h94 virtual void computeLoopSafetyInfo(const Loop *CurLoop) = 0;
121 void computeLoopSafetyInfo(const Loop *CurLoop) override;
146 void computeLoopSafetyInfo(const Loop *CurLoop) override;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp49 void SimpleLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo() function in SimpleLoopSafetyInfo
77 void ICFLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo() function in ICFLoopSafetyInfo
325 LSI.computeLoopSafetyInfo(L); in isMustExecuteIn()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp952 LSI.computeLoopSafetyInfo(L); in isSafeToUnrollAndJam()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2343 SafetyInfo.computeLoopSafetyInfo(&L); in unswitchNontrivialInvariants()
3487 SafetyInfo.computeLoopSafetyInfo(&L); in shouldInsertFreeze()
H A DLoopIdiomRecognize.cpp368 SafetyInfo.computeLoopSafetyInfo(CurLoop); in runOnCountableLoop()
H A DLICM.cpp453 SafetyInfo.computeLoopSafetyInfo(L); in runOnLoop()