LLVM 20.0.0git
|
#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" |
Functions | |
static const AllocaInst * | findMatchingAlloca (const IntrinsicInst &II, const DataLayout &DL) |
#define DEBUG_TYPE "stack-lifetime" |
Definition at line 32 of file StackLifetime.cpp.
|
static |
Definition at line 64 of file StackLifetime.cpp.
References DL, llvm::findAllocaForValue(), llvm::AllocaInst::getAllocationSize(), II, and Size.