Home | History | Annotate | Download | only in Scalar

Lines Matching defs:AST

193     assert(InnerAST && "Where is my AST?");
198 // Once we've incorporated the inner loop's AST into ours, we don't need the
210 // Because subloops have already been incorporated into AST, we skip blocks in
694 AliasSetTracker *
721 AliasSetTracker &ast, LoopInfo &li, DebugLoc dl, int alignment,
724 LoopExitBlocks(LEB), LoopInsertPts(LIP), PredCache(PIC), AST(ast),
757 AST.copyValue(LI, V);
760 AST.deleteValue(I);
843 assert(!load->isVolatile() && "AST broken");
851 assert(!store->isVolatile() && "AST broken");
950 AliasSetTracker *AST = LoopToAliasSetMap.lookup(L);
951 if (!AST)
954 AST->copyValue(From, To);
960 AliasSetTracker *AST = LoopToAliasSetMap.lookup(L);
961 if (!AST)
964 AST->deleteValue(V);
970 AliasSetTracker *AST = LoopToAliasSetMap.lookup(L);
971 if (!AST)
974 delete AST;