reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2814 Block.Begin = getLabelBeforeInsn(Range.first); 2815 Block.End = getLabelAfterInsn(Range.second); 2816 assert(Block.Begin && "missing label for scope begin"); 2817 assert(Block.End && "missing label for scope end"); 2818 Block.Name = DILB->getName(); 2820 Block.Locals = std::move(*Locals); 2822 Block.Globals = std::move(*Globals); 2823 ParentBlocks.push_back(&Block); 2825 Block.Children, 2826 Block.Locals, 2827 Block.Globals);