Searched refs:CurAST (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp119 AliasSetTracker *CurAST; // AliasSet information for the current loop... member in struct:__anon26287::LICM
185 return CurAST->getAliasSetForPointer(V, Size, TBAAInfo).isMod();
240 CurAST = new AliasSetTracker(*AA);
249 CurAST->add(*InnerAST);
270 CurAST->add(*BB); // Incorporate the specified basic block
305 for (AliasSetTracker::iterator I = CurAST->begin(), E = CurAST->end();
333 LoopToAliasSetMap[L] = CurAST;
335 delete CurAST;
369 CurAST
[all...]

Completed in 210 milliseconds