reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/LICM.cpp
  347     CurAST = collectAliasInfoForLoop(L, LI, AA);
  390                           CurAST.get(), MSSAU.get(), &SafetyInfo, Flags, ORE);
  394                            CurAST.get(), MSSAU.get(), &SafetyInfo, Flags, ORE);
  431       if (!CurAST.get())
  432         CurAST = collectAliasInfoForLoopWithMSSA(L, AA, MSSAU.get());
  435       for (AliasSet &AS : *CurAST) {
  453             DT, TLI, L, CurAST.get(), MSSAU.get(), &SafetyInfo, ORE);
  478   if (!MSSAU.get() && CurAST.get() && L->getParentLoop() && !DeleteAST)
  479     LoopToAliasSetMap[L] = std::move(CurAST);