HomeSort by relevance Sort by last modified time
    Searched refs:LiveDebugVariables (Results 1 - 6 of 6) 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 LiveDebugVariables : public MachineFunctionPass {
40 LiveDebugVariables();
41 ~LiveDebugVariables();
LiveDebugVariables.cpp 1 //===- 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) {
281 /// LDVImpl - Implementation of the LiveDebugVariables pass
    [all...]
RegAllocBasic.cpp 17 #include "LiveDebugVariables.h"
142 AU.addRequired<LiveDebugVariables>();
143 AU.addPreserved<LiveDebugVariables>();
VirtRegMap.cpp 20 #include "LiveDebugVariables.h"
185 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
198 AU.addRequired<LiveDebugVariables>();
229 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM);
Android.mk 36 LiveDebugVariables.cpp \
RegAllocGreedy.cpp 18 #include "LiveDebugVariables.h"
122 LiveDebugVariables *DebugVars;
432 AU.addRequired<LiveDebugVariables>();
433 AU.addPreserved<LiveDebugVariables>();
    [all...]

Completed in 1013 milliseconds