Searched defs:LiveDebugVariables (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.h1 //===- LiveDebugVariables.h - Tracking debug info variables ----*- c++ -*--===//
10 // This file provides the interface to the LiveDebugVariables analysis.
34 class LiveDebugVariables : public MachineFunctionPass { class in namespace:llvm
40 LiveDebugVariables();
41 ~LiveDebugVariables();
H A DLiveDebugVariables.cpp1 //===- LiveDebugVariables.cpp - Tracking debug info variables -------------===//
10 // This file implements the LiveDebugVariables analysis.
22 #include "LiveDebugVariables.h"
54 char LiveDebugVariables::ID = 0;
56 INITIALIZE_PASS_BEGIN(LiveDebugVariables, "livedebugvars",
60 INITIALIZE_PASS_END(LiveDebugVariables, "livedebugvars",
63 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const {
70 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID), pImpl(nullptr) { function in class:LiveDebugVariables
281 /// LDVImpl - Implementation of the LiveDebugVariables pas
[all...]

Completed in 95 milliseconds