Searched refs:IsLiveOutDead (Results 1 – 1 of 1) sorted by relevance
6384 auto IsLiveOutDead = [this, RequiresScalarEpilogue](User *U) { in collectValuesToIgnore() local6410 all_of(I.users(), [this, IsLiveOutDead](User *U) { in collectValuesToIgnore()6412 ValuesToIgnore.contains(U) || IsLiveOutDead(U); in collectValuesToIgnore()6493 any_of(Op->users(), [this, IsLiveOutDead](User *U) { in collectValuesToIgnore()6495 !ValuesToIgnore.contains(U) && !IsLiveOutDead(U); in collectValuesToIgnore()