Home
last modified time | relevance | path

Searched refs:PhiOps (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DMemorySSAUpdater.cpp75 SmallVector<TrackingVH<MemoryAccess>, 8> PhiOps; in getPreviousDefRecursive() local
89 PhiOps.push_back(IncomingAccess); in getPreviousDefRecursive()
91 PhiOps.push_back(MSSA->getLiveOnEntryDef()); in getPreviousDefRecursive()
99 auto *Result = tryRemoveTrivialPhi(Phi, PhiOps); in getPreviousDefRecursive()
118 if (!std::equal(Phi->op_begin(), Phi->op_end(), PhiOps.begin())) { in getPreviousDefRecursive()
120 llvm::copy(PhiOps, Phi->op_begin()); in getPreviousDefRecursive()
126 Phi->addIncoming(&*PhiOps[i++], Pred); in getPreviousDefRecursive()