Searched refs:TrackValues (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3595 SmallVector<WeakVH, 8> TrackValues(Chain.begin(), Chain.end()); in vectorizeStoreChain() local 3604 if (hasValueBeenRAUWed(Chain, TrackValues, i, VF)) in vectorizeStoreChain() 3775 SmallVector<WeakVH, 8> TrackValues(VL.begin(), VL.end()); in tryToVectorizeList() local 3789 if (hasValueBeenRAUWed(VL, TrackValues, i, OpsWidth)) in tryToVectorizeList()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 4690 const SmallVector<WeakTrackingVH, 8> TrackValues(Chain.begin(), Chain.end()); in vectorizeStoreChain() local 4697 if (hasValueBeenRAUWed(Chain, TrackValues, i, VF)) in vectorizeStoreChain() 4904 SmallVector<WeakTrackingVH, 8> TrackValues(VL.begin(), VL.end()); in tryToVectorizeList() local 4927 if (hasValueBeenRAUWed(VL, TrackValues, I, OpsWidth)) in tryToVectorizeList()
|