Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1521 SmallPtrSet<const Value *, 16> VecValuesToIgnore; member in __anon63bf7e8f0111::LoopVectorizationCostModel
5187 if (VecValuesToIgnore.count(Inst)) in calculateRegisterUsage()
5645 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()
5669 VecValuesToIgnore.insert(PN); in collectValuesToIgnore()
5670 VecValuesToIgnore.insert(UpdateV); in collectValuesToIgnore()
5702 VecValuesToIgnore.insert(&Inst); in collectValuesToIgnore()