reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/MemorySSAUpdater.cpp
   87         PhiOps.push_back(IncomingAccess);
   89         PhiOps.push_back(MSSA->getLiveOnEntryDef());
   97     auto *Result = tryRemoveTrivialPhi(Phi, PhiOps);
  116         if (!std::equal(Phi->op_begin(), Phi->op_end(), PhiOps.begin())) {
  118           llvm::copy(PhiOps, Phi->op_begin());
  124           Phi->addIncoming(&*PhiOps[i++], Pred);