Home
last modified time | relevance | path

Searched refs:doesNotWriteMemoryBefore (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMustExecute.h153 bool doesNotWriteMemoryBefore(const BasicBlock *BB, const Loop *CurLoop)
158 bool doesNotWriteMemoryBefore(const Instruction &I, const Loop *CurLoop)
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMustExecute.cpp274 bool ICFLoopSafetyInfo::doesNotWriteMemoryBefore(const BasicBlock *BB, in doesNotWriteMemoryBefore() function in ICFLoopSafetyInfo
294 bool ICFLoopSafetyInfo::doesNotWriteMemoryBefore(const Instruction &I, in doesNotWriteMemoryBefore() function in ICFLoopSafetyInfo
299 doesNotWriteMemoryBefore(BB, CurLoop); in doesNotWriteMemoryBefore()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLICM.cpp946 SafetyInfo->doesNotWriteMemoryBefore(I, CurLoop); in hoistRegion()