Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp68 SmallVector<TrackingVH<MemoryAccess>, 8> PhiOps; in getPreviousDefRecursive() local
82 PhiOps.push_back(IncomingAccess); in getPreviousDefRecursive()
84 PhiOps.push_back(MSSA->getLiveOnEntryDef()); in getPreviousDefRecursive()
92 auto *Result = tryRemoveTrivialPhi(Phi, PhiOps); in getPreviousDefRecursive()
111 if (!std::equal(Phi->op_begin(), Phi->op_end(), PhiOps.begin())) { in getPreviousDefRecursive()
113 llvm::copy(PhiOps, Phi->op_begin()); in getPreviousDefRecursive()
119 Phi->addIncoming(&*PhiOps[i++], Pred); in getPreviousDefRecursive()