Lines Matching refs:AST
229 AliasSetTracker *AST; member
272 AliasSetTracker *AST, AssumptionCache *AC) in PromoteMem2Reg()
275 AST(AST), AC(AC) {} in PromoteMem2Reg()
339 AliasSetTracker *AST) { in rewriteSingleStoreAlloca() argument
391 if (AST && LI->getType()->isPointerTy()) in rewriteSingleStoreAlloca()
392 AST->deleteValue(LI); in rewriteSingleStoreAlloca()
413 if (AST) in rewriteSingleStoreAlloca()
414 AST->deleteValue(AI); in rewriteSingleStoreAlloca()
438 AliasSetTracker *AST) { in promoteSingleBlockAlloca() argument
484 if (AST && LI->getType()->isPointerTy()) in promoteSingleBlockAlloca()
485 AST->deleteValue(LI); in promoteSingleBlockAlloca()
502 if (AST) in promoteSingleBlockAlloca()
503 AST->deleteValue(AI); in promoteSingleBlockAlloca()
520 if (AST) in run()
539 if (AST) in run()
540 AST->deleteValue(AI); in run()
556 if (rewriteSingleStoreAlloca(AI, Info, LBI, DT, AST)) { in run()
567 promoteSingleBlockAlloca(AI, Info, LBI, AST)) { in run()
583 if (AST) in run()
665 if (AST) in run()
666 AST->deleteValue(A); in run()
697 if (AST && PN->getType()->isPointerTy()) in run()
698 AST->deleteValue(PN); in run()
867 if (AST && PN->getType()->isPointerTy()) in QueuePhiNode()
868 AST->copyValue(PointerAllocaValues[AllocaNo], PN); in QueuePhiNode()
943 if (AST && LI->getType()->isPointerTy()) in RenamePass()
944 AST->deleteValue(LI); in RenamePass()
988 AliasSetTracker *AST, AssumptionCache *AC) { in PromoteMemToReg() argument
993 PromoteMem2Reg(Allocas, DT, AST, AC).run(); in PromoteMemToReg()