Searched refs:ALoad (Results 1 – 4 of 4) sorted by relevance
443 for (LoadInst *ALoad : LiveInLoads) { in run()444 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run()445 replaceLoadWithValue(ALoad, NewVal); in run()448 if (NewVal == ALoad) NewVal = UndefValue::get(NewVal->getType()); in run()449 ALoad->replaceAllUsesWith(NewVal); in run()450 ReplacedLoads[ALoad] = NewVal; in run()
448 for (LoadInst *ALoad : LiveInLoads) { in run()449 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run()450 replaceLoadWithValue(ALoad, NewVal); in run()453 if (NewVal == ALoad) NewVal = UndefValue::get(NewVal->getType()); in run()454 ALoad->replaceAllUsesWith(NewVal); in run()455 ReplacedLoads[ALoad] = NewVal; in run()
439 for (LoadInst *ALoad : LiveInLoads) { in run()440 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run()441 replaceLoadWithValue(ALoad, NewVal); in run()444 if (NewVal == ALoad) NewVal = UndefValue::get(NewVal->getType()); in run()445 ALoad->replaceAllUsesWith(NewVal); in run()446 ReplacedLoads[ALoad] = NewVal; in run()
725 Instruction *ALoad = B.CreateLoad(Int8, AllocA, ""); in TEST_F() local740 auto *ALoadMA = cast<MemoryUse>(MSSA.getMemoryAccess(ALoad)); in TEST_F()758 MemoryAccess *UseClobber = Walker->getClobberingMemoryAccess(ALoad); in TEST_F()