Home | History | Annotate | Download | only in Utils

Lines Matching refs:AST

207     /// AST - An AliasSetTracker object to update.  If null, don't update it.
209 AliasSetTracker *AST;
249 AliasSetTracker *ast)
250 : Allocas(A), DT(dt), DIB(0), AST(ast) {}
390 if (AST) PointerAllocaValues.resize(Allocas.size());
408 if (AST) AST->deleteValue(AI);
440 if (AST) AST->deleteValue(AI);
474 if (AST) AST->deleteValue(AI);
517 // If we have an AST to keep updated, remember some pointer value that is
519 if (AST)
574 if (AST) AST->deleteValue(A);
597 if (AST && PN->getType()->isPointerTy())
598 AST->deleteValue(PN);
888 if (AST && LI->getType()->isPointerTy())
889 AST->deleteValue(LI);
946 if (AST && LI->getType()->isPointerTy())
947 AST->deleteValue(LI);
982 if (AST && LI->getType()->isPointerTy())
983 AST->deleteValue(LI);
1008 if (AST && PN->getType()->isPointerTy())
1009 AST->copyValue(PointerAllocaValues[AllocaNo], PN);
1082 if (AST && LI->getType()->isPointerTy())
1083 AST->deleteValue(LI);
1132 /// If AST is specified, the specified tracker is updated to reflect changes
1136 DominatorTree &DT, AliasSetTracker *AST) {
1140 PromoteMem2Reg(Allocas, DT, AST).run();