LLVM 22.0.0git
StackLifetime.cpp File Reference
#include "llvm/Analysis/StackLifetime.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/IR/AssemblyAnnotationWriter.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/CFG.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/FormattedStream.h"
#include <algorithm>
#include <tuple>

Go to the source code of this file.

Classes

class  llvm::StackLifetime::LifetimeAnnotationWriter

Macros

#define DEBUG_TYPE   "stack-lifetime"

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "stack-lifetime"

Definition at line 32 of file StackLifetime.cpp.