reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2057 if (StoreBasePtr && (LoadBasePtr != StoreBasePtr)) { 2057 if (StoreBasePtr && (LoadBasePtr != StoreBasePtr)) { 2058 RecursivelyDeleteTriviallyDeadInstructions(StoreBasePtr, TLI); 2059 StoreBasePtr = nullptr; 2071 if (mayLoopAccessLocation(StoreBasePtr, ModRefInfo::ModRef, CurLoop, BECount, 2075 if (mayLoopAccessLocation(StoreBasePtr, ModRefInfo::ModRef, CurLoop, 2199 Value *SA = Builder.CreatePtrToInt(StoreBasePtr, IntPtrTy); 2268 Value *Op0 = (StoreBasePtr->getType() == Int32PtrTy) 2269 ? StoreBasePtr 2270 : CondBuilder.CreateBitCast(StoreBasePtr, Int32PtrTy); 2276 NewCall = CondBuilder.CreateMemMove(StoreBasePtr, SI->getAlignment(), 2281 NewCall = Builder.CreateMemCpy(StoreBasePtr, SI->getAlignment(),