HomeSort by relevance Sort by last modified time
    Searched refs:LiveDebugVariables (Results 1 - 7 of 7) 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.
32 class LiveDebugVariables : public MachineFunctionPass {
37 LiveDebugVariables();
38 ~LiveDebugVariables();
LiveDebugVariables.cpp 1 //===- LiveDebugVariables.cpp - Tracking debug info variables -------------===//
10 // This file implements the LiveDebugVariables analysis.
23 #include "LiveDebugVariables.h"
51 char LiveDebugVariables::ID = 0;
53 INITIALIZE_PASS_BEGIN(LiveDebugVariables, "livedebugvars",
57 INITIALIZE_PASS_END(LiveDebugVariables, "livedebugvars",
60 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const {
67 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID), pImpl(0) {
278 /// LDVImpl - Implementation of the LiveDebugVariables pass
    [all...]
Android.mk 31 LiveDebugVariables.cpp \
RegAllocBasic.cpp 17 #include "LiveDebugVariables.h"
158 AU.addRequired<LiveDebugVariables>();
159 AU.addPreserved<LiveDebugVariables>();
580 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM);
RegAllocGreedy.cpp 18 #include "LiveDebugVariables.h"
81 LiveDebugVariables *DebugVars;
329 AU.addRequired<LiveDebugVariables>();
330 AU.addPreserved<LiveDebugVariables>();
    [all...]
RegisterCoalescer.cpp 18 #include "LiveDebugVariables.h"
88 LiveDebugVariables *LDV;
205 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
376 AU.addRequired<LiveDebugVariables>();
377 AU.addPreserved<LiveDebugVariables>();
    [all...]
RegAllocLinearScan.cpp 15 #include "LiveDebugVariables.h"
219 AU.addRequired<LiveDebugVariables>();
220 AU.addPreserved<LiveDebugVariables>();
543 getAnalysis<LiveDebugVariables>().emitDebugValues(vrm_);
    [all...]

Completed in 2328 milliseconds