OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LiveDebugVariables
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveDebugVariables.h
1
//===-
LiveDebugVariables
.h - Tracking debug info variables -----*- C++ -*-===//
9
// This file provides the interface to the
LiveDebugVariables
analysis.
32
class LLVM_LIBRARY_VISIBILITY
LiveDebugVariables
: public MachineFunctionPass {
38
LiveDebugVariables
();
39
~
LiveDebugVariables
() override;
LiveDebugVariables.cpp
1
//===-
LiveDebugVariables
.cpp - Tracking debug info variables -------------===//
9
// This file implements the
LiveDebugVariables
analysis.
21
#include "
LiveDebugVariables
.h"
76
char
LiveDebugVariables
::ID = 0;
78
INITIALIZE_PASS_BEGIN(
LiveDebugVariables
, DEBUG_TYPE,
82
INITIALIZE_PASS_END(
LiveDebugVariables
, DEBUG_TYPE,
85
void
LiveDebugVariables
::getAnalysisUsage(AnalysisUsage &AU) const {
92
LiveDebugVariables
::
LiveDebugVariables
() : MachineFunctionPass(ID) {
127
// with
LiveDebugVariables
' use of IntervalMap
[
all
...]
Completed in 16 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026