Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMustExecute.h145 bool doesNotWriteMemoryBefore(const BasicBlock *BB, const Loop *CurLoop)
150 bool doesNotWriteMemoryBefore(const Instruction &I, const Loop *CurLoop)
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMustExecute.cpp261 bool ICFLoopSafetyInfo::doesNotWriteMemoryBefore(const BasicBlock *BB, in doesNotWriteMemoryBefore() function in ICFLoopSafetyInfo
281 bool ICFLoopSafetyInfo::doesNotWriteMemoryBefore(const Instruction &I, in doesNotWriteMemoryBefore() function in ICFLoopSafetyInfo
286 doesNotWriteMemoryBefore(BB, CurLoop); in doesNotWriteMemoryBefore()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp817 SafetyInfo->doesNotWriteMemoryBefore(I, CurLoop)) { in hoistRegion()