Searched refs:doesNotWriteMemoryBefore (Results 1 – 3 of 3) sorted by relevance
153 bool doesNotWriteMemoryBefore(const BasicBlock *BB, const Loop *CurLoop)158 bool doesNotWriteMemoryBefore(const Instruction &I, const Loop *CurLoop)
284 bool ICFLoopSafetyInfo::doesNotWriteMemoryBefore(const BasicBlock *BB, in doesNotWriteMemoryBefore() function in ICFLoopSafetyInfo304 bool ICFLoopSafetyInfo::doesNotWriteMemoryBefore(const Instruction &I, in doesNotWriteMemoryBefore() function in ICFLoopSafetyInfo309 doesNotWriteMemoryBefore(BB, CurLoop); in doesNotWriteMemoryBefore()
961 SafetyInfo->doesNotWriteMemoryBefore(I, CurLoop); in hoistRegion()