Searched refs:PhiOps (Results 1 – 1 of 1) sorted by relevance
68 SmallVector<TrackingVH<MemoryAccess>, 8> PhiOps; in getPreviousDefRecursive() local74 PhiOps.push_back(getPreviousDefFromEnd(Pred, CachedPreviousDef)); in getPreviousDefRecursive()81 auto *Result = tryRemoveTrivialPhi(Phi, PhiOps); in getPreviousDefRecursive()92 if (!std::equal(Phi->op_begin(), Phi->op_end(), PhiOps.begin())) { in getPreviousDefRecursive()94 std::copy(PhiOps.begin(), PhiOps.end(), Phi->op_begin()); in getPreviousDefRecursive()100 Phi->addIncoming(&*PhiOps[i++], Pred); in getPreviousDefRecursive()