Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp427 unsigned NewPhiSize = NewPhiIndexEnd - NewPhiIndex; in insertDef() local
428 if (NewPhiSize) in insertDef()
429 tryRemoveTrivialPhis(ArrayRef<WeakVH>(&InsertedPHIs[NewPhiIndex], NewPhiSize)); in insertDef()