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

References

lib/Transforms/Utils/CodeExtractor.cpp
  453         if (Info.LifeStart)
  455         Info.LifeStart = IntrInst;
  469   if (!Info.LifeStart || !Info.LifeEnd)
  472   Info.SinkLifeStart = !definedInRegion(Blocks, Info.LifeStart);
  494     if (!LMI.LifeStart)
  497       LLVM_DEBUG(dbgs() << "Sinking lifetime.start: " << *LMI.LifeStart
  499       SinkCands.insert(LMI.LifeStart);
  536         if (LMI.LifeStart) {
  559       assert(LMI.LifeStart &&