Home
last modified time | relevance | path

Searched refs:LoadInst1 (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DMemorySSA.cpp266 LoadInst *LoadInst1 = B.CreateLoad(PointerArg); in TEST_F() local
281 LoadInst *LoadInstClone = cast<LoadInst>(LoadInst1->clone()); in TEST_F()
289 Updater.removeMemoryAccess(MSSA.getMemoryAccess(LoadInst1)); in TEST_F()