Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5654 auto *UpdateV = PN->getIncomingValueForBlock(TheLoop->getLoopLatch()); in collectValuesToIgnore() local
5663 return U == UpdateV || isa<GetElementPtrInst>(U); in collectValuesToIgnore()
5665 std::all_of(UpdateV->user_begin(), UpdateV->user_end(), in collectValuesToIgnore()
5670 VecValuesToIgnore.insert(UpdateV); in collectValuesToIgnore()