Home
last modified time | relevance | path

Searched refs:LiveDebugVariables (Results 1 – 8 of 8) 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()
699 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
707 void LiveDebugVariables::releaseMemory() { in releaseMemory()
712 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
[all …]
DVirtRegMap.cpp173 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
185 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
214 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
DRegAllocBasic.cpp145 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
146 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
DCMakeLists.txt30 LiveDebugVariables.cpp
DAndroid.mk30 LiveDebugVariables.cpp \
DRegisterCoalescer.cpp78 LiveDebugVariables *LDV;
187 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
361 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
362 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
1562 LDV = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
DRegAllocGreedy.cpp80 LiveDebugVariables *DebugVars;
331 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
332 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
1763 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()