reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/Analysis/MemorySSATest.cpp
 1008   Value *AllocaA = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A");
 1008   Value *AllocaA = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A");
 1009   Value *AllocaB = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "B");
 1009   Value *AllocaB = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "B");
 1011   B.CreateStore(ConstantInt::get(Int8, 1), AllocaB);
 1013   LoadInst *LA1 = B.CreateLoad(Int8, AllocaA, "");
 1015   LoadInst *LA2 = B.CreateLoad(Int8, AllocaA, "");
 1017   B.CreateStore(ConstantInt::get(Int8, 1), AllocaA);
 1019   LoadInst *LA3 = B.CreateLoad(Int8, AllocaA, "");
 1021   LoadInst *LA4 = B.CreateLoad(Int8, AllocaA, "");