Searched refs:AllocaA (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | MemorySSA.cpp | 800 Value *AllocaA = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() local 801 Instruction *SIA = B.CreateStore(ConstantInt::get(Int8, 0), AllocaA); in TEST_F() 804 Instruction *LIA = B.CreateLoad(AllocaA); in TEST_F() 1009 Value *AllocaA = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() local 1014 LoadInst *LA1 = B.CreateLoad(AllocaA, ""); in TEST_F() 1016 LoadInst *LA2 = B.CreateLoad(AllocaA, ""); in TEST_F() 1018 B.CreateStore(ConstantInt::get(Int8, 1), AllocaA); in TEST_F() 1020 LoadInst *LA3 = B.CreateLoad(AllocaA, ""); in TEST_F() 1022 LoadInst *LA4 = B.CreateLoad(AllocaA, ""); in TEST_F() 1052 Value *AllocaA = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() local [all …]
|