Searched refs:PhiOps (Results 1 – 1 of 1) sorted by relevance
68 SmallVector<TrackingVH<MemoryAccess>, 8> PhiOps; in getPreviousDefRecursive() local82 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()