Searched refs:IDFPhi (Results 1 – 1 of 1) sorted by relevance
1065 auto *IDFPhi = MSSA->createMemoryPhi(BBIDF); in applyInsertUpdates() local1066 InsertedPhis.push_back(IDFPhi); in applyInsertUpdates()1067 PhisToFill.insert(IDFPhi); in applyInsertUpdates()1071 auto *IDFPhi = MSSA->getMemoryAccess(BBIDF); in applyInsertUpdates() local1072 assert(IDFPhi && "Phi must exist"); in applyInsertUpdates()1073 if (!PhisToFill.count(IDFPhi)) { in applyInsertUpdates()1076 for (unsigned I = 0, E = IDFPhi->getNumIncomingValues(); I < E; ++I) in applyInsertUpdates()1077 IDFPhi->setIncomingValue(I, GetLastDef(IDFPhi->getIncomingBlock(I))); in applyInsertUpdates()1081 IDFPhi->addIncoming(GetLastDef(Pi), Pi); in applyInsertUpdates()