Searched refs:tryRemoveTrivialPhis (Results 1 – 2 of 2) sorted by relevance
263 void tryRemoveTrivialPhis(ArrayRef<WeakVH> UpdatedPHIs);
429 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 MemorySSAUpdater1426 tryRemoveTrivialPhis(UpdatedPHIs); in changeToUnreachable()