reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
857 MemoryPhi *createMemoryPhi(BasicBlock *BB);
1501 createMemoryPhi(BB);
lib/Analysis/MemorySSAUpdater.cpp66 MemoryAccess *Result = MSSA->createMemoryPhi(BB); 109 Phi = MSSA->createMemoryPhi(BB); 382 MPhi = MSSA->createMemoryPhi(BBIDF); 622 auto *NewMPhi = MSSA->createMemoryPhi(BEBlock); 713 MemoryPhi *NewPhi = MSSA->createMemoryPhi(NewBlock); 963 InsertedPhis.push_back(MSSA->createMemoryPhi(BB)); 1065 auto *IDFPhi = MSSA->createMemoryPhi(BBIDF); 1251 MemoryPhi *NewPhi = MSSA->createMemoryPhi(New);