Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp1377 void MemorySSAUpdater::tryRemoveTrivialPhis(ArrayRef<WeakVH> UpdatedPHIs) { in tryRemoveTrivialPhis() argument
1378 for (auto &VH : UpdatedPHIs) in tryRemoveTrivialPhis()
1392 SmallVector<WeakVH, 16> UpdatedPHIs; in changeToUnreachable() local
1397 UpdatedPHIs.push_back(MPhi); in changeToUnreachable()
1401 tryRemoveTrivialPhis(UpdatedPHIs); in changeToUnreachable()
1407 SmallVector<WeakVH, 16> UpdatedPHIs; in changeCondBranchToUnconditionalTo() local
1413 UpdatedPHIs.push_back(MPhi); in changeCondBranchToUnconditionalTo()
1417 tryRemoveTrivialPhis(UpdatedPHIs); in changeCondBranchToUnconditionalTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h281 void tryRemoveTrivialPhis(ArrayRef<WeakVH> UpdatedPHIs);