Lines Matching refs:NewLoad
1054 LoadInst *NewLoad = Builder.CreateLoad(PtrVal); in GetLoadValueForLoad() local
1055 NewLoad->takeName(SrcVal); in GetLoadValueForLoad()
1056 NewLoad->setAlignment(SrcVal->getAlignment()); in GetLoadValueForLoad()
1059 DEBUG(dbgs() << "TO: " << *NewLoad << "\n"); in GetLoadValueForLoad()
1063 Value *RV = NewLoad; in GetLoadValueForLoad()
1075 SrcVal = NewLoad; in GetLoadValueForLoad()
1559 auto *NewLoad = new LoadInst(LoadPtr, LI->getName()+".pre", in PerformLoadPRE() local
1568 NewLoad->setAAMetadata(Tags); in PerformLoadPRE()
1571 NewLoad->setMetadata(LLVMContext::MD_invariant_load, MD); in PerformLoadPRE()
1573 NewLoad->setMetadata(LLVMContext::MD_invariant_group, InvGroupMD); in PerformLoadPRE()
1575 NewLoad->setMetadata(LLVMContext::MD_range, RangeMD); in PerformLoadPRE()
1578 NewLoad->setDebugLoc(LI->getDebugLoc()); in PerformLoadPRE()
1582 NewLoad)); in PerformLoadPRE()
1584 DEBUG(dbgs() << "GVN INSERTED " << *NewLoad << '\n'); in PerformLoadPRE()