HomeSort by relevance Sort by last modified time
    Searched refs:LiveDebugVariables (Results 1 - 8 of 8) 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();
RegisterCoalescer.h 32 class LiveDebugVariables;
48 LiveDebugVariables *ldv_;
LiveDebugVariables.cpp 1 //===- LiveDebugVariables.cpp - Tracking debug info variables -------------===//
10 // This file implements the LiveDebugVariables analysis.
23 #include "LiveDebugVariables.h"
47 char LiveDebugVariables::ID = 0;
49 INITIALIZE_PASS_BEGIN(LiveDebugVariables, "livedebugvars",
53 INITIALIZE_PASS_END(LiveDebugVariables, "livedebugvars",
56 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const {
63 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID), pImpl(0) {
243 /// LDVImpl - Implementation of the LiveDebugVariables pass
    [all...]
Android.mk 27 LiveDebugVariables.cpp \
RegAllocBasic.cpp 17 #include "LiveDebugVariables.h"
159 AU.addRequired<LiveDebugVariables>();
160 AU.addPreserved<LiveDebugVariables>();
576 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM);
RegAllocGreedy.cpp 18 #include "LiveDebugVariables.h"
72 LiveDebugVariables *DebugVars;
277 AU.addRequired<LiveDebugVariables>();
278 AU.addPreserved<LiveDebugVariables>();
    [all...]
RegisterCoalescer.cpp 19 #include "LiveDebugVariables.h"
81 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
252 AU.addRequired<LiveDebugVariables>();
253 AU.addPreserved<LiveDebugVariables>();
775 // Update LiveDebugVariables.
    [all...]
RegAllocLinearScan.cpp 15 #include "LiveDebugVariables.h"
220 AU.addRequired<LiveDebugVariables>();
221 AU.addPreserved<LiveDebugVariables>();
544 getAnalysis<LiveDebugVariables>().emitDebugValues(vrm_);
    [all...]

Completed in 1408 milliseconds