Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h93 virtual void computeLoopSafetyInfo(const Loop *CurLoop) = 0;
120 void computeLoopSafetyInfo(const Loop *CurLoop) override;
145 void computeLoopSafetyInfo(const Loop *CurLoop) override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp54 void SimpleLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo() function in SimpleLoopSafetyInfo
81 void ICFLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo() function in ICFLoopSafetyInfo
405 LSI.computeLoopSafetyInfo(L); in isMustExecuteIn()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp957 LSI.computeLoopSafetyInfo(L); in isSafeToUnrollAndJam()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp552 SafetyInfo.computeLoopSafetyInfo(L); in runOnLoop()
H A DLoopIdiomRecognize.cpp409 SafetyInfo.computeLoopSafetyInfo(CurLoop); in runOnCountableLoop()
H A DLICM.cpp426 SafetyInfo.computeLoopSafetyInfo(L); in runOnLoop()
H A DSimpleLoopUnswitch.cpp2176 SafetyInfo.computeLoopSafetyInfo(&L); in unswitchNontrivialInvariants()