Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h263 void tryRemoveTrivialPhis(ArrayRef<WeakVH> UpdatedPHIs);
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp429 tryRemoveTrivialPhis(ArrayRef<WeakVH>(&InsertedPHIs[NewPhiIndex], NewPhiSize)); in insertDef()
1090 tryRemoveTrivialPhis(InsertedPhis); in applyInsertUpdates()
1161 tryRemoveTrivialPhis(InsertedPhis); in applyInsertUpdates()
1402 void MemorySSAUpdater::tryRemoveTrivialPhis(ArrayRef<WeakVH> UpdatedPHIs) { in tryRemoveTrivialPhis() function in MemorySSAUpdater
1426 tryRemoveTrivialPhis(UpdatedPHIs); in changeToUnreachable()