Home
last modified time | relevance | path

Searched refs:LICMSafetyInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h38 struct LICMSafetyInfo { struct
42 LICMSafetyInfo() : MayThrow(false), HeaderMayThrow(false) in LICMSafetyInfo() argument
343 LICMSafetyInfo *);
354 LICMSafetyInfo *);
367 LICMSafetyInfo *);
373 void computeLICMSafetyInfo(LICMSafetyInfo *, Loop *);
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp85 const LICMSafetyInfo *SafetyInfo);
90 const LICMSafetyInfo *SafetyInfo,
102 LICMSafetyInfo *SafetyInfo);
236 LICMSafetyInfo SafetyInfo; in runOnLoop()
309 AliasSetTracker *CurAST, LICMSafetyInfo *SafetyInfo) { in sinkRegion()
367 AliasSetTracker *CurAST, LICMSafetyInfo *SafetyInfo) { in hoistRegion()
417 void llvm::computeLICMSafetyInfo(LICMSafetyInfo * SafetyInfo, Loop * CurLoop) { in computeLICMSafetyInfo()
442 AliasSetTracker *CurAST, LICMSafetyInfo *SafetyInfo) { in canSinkOrHoistInst()
692 const LICMSafetyInfo *SafetyInfo, in isSafeToExecuteUnconditionally()
703 const LICMSafetyInfo * SafetyInfo) { in isGuaranteedToExecute()
[all …]