Searched refs:setAAMetadata (Results 1 – 9 of 9) sorted by relevance
223 void setAAMetadata(const AAMDNodes &N);
751 if (AATags) NewSI->setAAMetadata(AATags); in doExtraRewritesBeforeFinalDeletion()933 if (AATags) PreheaderLoad->setAAMetadata(AATags); in promoteLoopAccessesToScalars()
1345 TrueLoad->setAAMetadata(Tags); in tryToMakeAllocaBePromotable()1346 FalseLoad->setAAMetadata(Tags); in tryToMakeAllocaBePromotable()1399 if (AATags) Load->setAAMetadata(AATags); in tryToMakeAllocaBePromotable()
1454 Load->setAAMetadata(AATags); in speculatePHINodeLoads()1526 TL->setAAMetadata(Tags); in speculateSelectInstLoads()1527 FL->setAAMetadata(Tags); in speculateSelectInstLoads()
1009 NewVal->setAAMetadata(AATags); in SimplifyPartiallyRedundantLoad()
1683 NewLoad->setAAMetadata(Tags); in PerformLoadPRE()
1124 NewSI->setAAMetadata(AATags); in SimplifyStoreAtEndOfBlock()
818 newLoad->setAAMetadata(AAInfo); in DoPromotion()
1094 void Instruction::setAAMetadata(const AAMDNodes &N) { in setAAMetadata() function in Instruction