Searched refs:createMemoryAccessBefore (Results 1 – 5 of 5) sorted by relevance
203 MemoryUseOrDef *createMemoryAccessBefore(Instruction *I,
492 ? MSSAU->createMemoryAccessBefore(AMemSet, nullptr, MemInsertPoint) in tryMergingIntoMemset()823 auto *NewAccess = MSSAU->createMemoryAccessBefore(M, nullptr, StoreDef); in processStore()1380 MSSAU->createMemoryAccessBefore(NewMemSet, nullptr, LastDef); in processMemSetMemCpyDependence()
2085 FirstNonDom ? MSSAU->createMemoryAccessBefore( in processAssumeIntrinsic()
1227 MemoryUse *MSSALoad = cast<MemoryUse>(MSSAU.createMemoryAccessBefore( in combine()
1421 MemoryUseOrDef *MemorySSAUpdater::createMemoryAccessBefore( in createMemoryAccessBefore() function in MemorySSAUpdater