HomeSort by relevance Sort by last modified time
    Searched defs:LiveDebugVariables (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
LiveDebugVariables.h 1 //===- LiveDebugVariables.h - Tracking debug info variables ----*- c++ -*--===//
10 // This file provides the interface to the LiveDebugVariables analysis.
34 class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass {
40 LiveDebugVariables();
41 ~LiveDebugVariables() override;
LiveDebugVariables.cpp 1 //===- LiveDebugVariables.cpp - Tracking debug info variables -------------===//
10 // This file implements the LiveDebugVariables analysis.
22 #include "LiveDebugVariables.h"
55 char LiveDebugVariables::ID = 0;
57 INITIALIZE_PASS_BEGIN(LiveDebugVariables, "livedebugvars",
61 INITIALIZE_PASS_END(LiveDebugVariables, "livedebugvars",
64 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const {
71 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID), pImpl(nullptr) {
276 /// LDVImpl - Implementation of the LiveDebugVariables pass
    [all...]

Completed in 190 milliseconds