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