Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp429 tryRemoveTrivialPhis(ArrayRef<WeakVH>(&InsertedPHIs[NewPhiIndex], NewPhiSize)); in insertDef()
1065 tryRemoveTrivialPhis(InsertedPhis); in applyInsertUpdates()
1136 tryRemoveTrivialPhis(InsertedPhis); in applyInsertUpdates()
1377 void MemorySSAUpdater::tryRemoveTrivialPhis(ArrayRef<WeakVH> UpdatedPHIs) { in tryRemoveTrivialPhis() function in MemorySSAUpdater
1401 tryRemoveTrivialPhis(UpdatedPHIs); in changeToUnreachable()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h260 void tryRemoveTrivialPhis(ArrayRef<WeakVH> UpdatedPHIs);