Lines Matching defs:StoreRoot
108 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2};
109 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot);
182 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2};
183 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot);
252 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2};
253 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot);
316 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2};
317 Slp.buildGraph(StoreRoot);
325 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2};
326 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot);
598 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2};
599 EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot));
735 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2};
736 EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot));
798 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2};
799 EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot));
857 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2};
858 EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot));
916 SmallVector<VPValue *, 4> StoreRoot = {Store1, Store2};
917 Slp.buildGraph(StoreRoot);