Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp68 SmallVector<TrackingVH<MemoryAccess>, 8> PhiOps; in getPreviousDefRecursive() local
74 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()