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

References

lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  561     Info.AnalyzeAlloca(AI);
  565     if (Info.DefiningBlocks.size() == 1) {
  566       if (rewriteSingleStoreAlloca(AI, Info, LBI, SQ.DL, DT, AC)) {
  576     if (Info.OnlyUsedInOneBlock &&
  577         promoteSingleBlockAlloca(AI, Info, LBI, SQ.DL, DT, AC)) {
  592     if (!Info.DbgDeclares.empty())
  593       AllocaDbgDeclares[AllocaNum] = Info.DbgDeclares;
  604     SmallPtrSet<BasicBlock *, 32> DefBlocks(Info.DefiningBlocks.begin(),
  605                                             Info.DefiningBlocks.end());
  610     ComputeLiveInBlocks(AI, Info, DefBlocks, LiveInBlocks);