Home
last modified time | relevance | path

Searched refs:LiveDebugVariables (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveDebugVariables.h32 class LiveDebugVariables : public MachineFunctionPass {
37 LiveDebugVariables();
38 ~LiveDebugVariables();
DLiveDebugVariables.cpp51 char LiveDebugVariables::ID = 0;
53 INITIALIZE_PASS_BEGIN(LiveDebugVariables, "livedebugvars",
57 INITIALIZE_PASS_END(LiveDebugVariables, "livedebugvars", in INITIALIZE_PASS_DEPENDENCY()
60 void LiveDebugVariables::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
67 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID), pImpl(0) { in LiveDebugVariables() function in LiveDebugVariables
281 LiveDebugVariables &pass;
323 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {} in LDVImpl()
682 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
690 void LiveDebugVariables::releaseMemory() { in releaseMemory()
695 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
[all …]
DRegAllocBasic.cpp151 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
152 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
343 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
DCMakeLists.txt29 LiveDebugVariables.cpp
DAndroid.mk30 LiveDebugVariables.cpp \
DRegAllocGreedy.cpp81 LiveDebugVariables *DebugVars;
341 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
342 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
1675 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
DRegisterCoalescer.cpp88 LiveDebugVariables *LDV;
201 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
369 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
370 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
1803 LDV = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()