Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6384 auto IsLiveOutDead = [this, RequiresScalarEpilogue](User *U) { in collectValuesToIgnore() local
6410 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()