Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DLiveDebugVariables.h33 class LiveDebugVariables : public MachineFunctionPass {
38 LiveDebugVariables();
39 ~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;
329 LDVImpl(LiveDebugVariables *ps) : pass(*ps), EmitDone(false), in LDVImpl()
712 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
720 void LiveDebugVariables::releaseMemory() { in releaseMemory()
725 LiveDebugVariables::~LiveDebugVariables() { in ~LiveDebugVariables()
[all …]
DVirtRegMap.cpp182 INITIALIZE_PASS_DEPENDENCY(LiveDebugVariables)
195 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
226 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM); in runOnMachineFunction()
DRegAllocBasic.cpp143 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
144 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
DRegAllocGreedy.cpp80 LiveDebugVariables *DebugVars;
337 AU.addRequired<LiveDebugVariables>(); in getAnalysisUsage()
338 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
1839 DebugVars = &getAnalysis<LiveDebugVariables>(); in runOnMachineFunction()
/freebsd-9-stable/lib/clang/libllvmcodegen/
DMakefile37 LiveDebugVariables.cpp \