OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LiveRegMatrix
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveRegMatrix.h
1
//===-
LiveRegMatrix
.h - Track register interference ----------*- C++ -*---===//
9
// The
LiveRegMatrix
analysis pass keeps track of virtual register interference
16
//
LiveRegMatrix
is represented as a LiveIntervalUnion per register unit. When
40
class
LiveRegMatrix
: public MachineFunctionPass {
68
LiveRegMatrix
();
117
/// This will mark VirtReg's live range as occupied in the
LiveRegMatrix
and
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRegMatrix.cpp
1
//===-
LiveRegMatrix
.cpp - Track register interference --------------------===//
9
// This file defines the
LiveRegMatrix
analysis pass.
13
#include "llvm/CodeGen/
LiveRegMatrix
.h"
38
char
LiveRegMatrix
::ID = 0;
39
INITIALIZE_PASS_BEGIN(
LiveRegMatrix
, "
liveregmatrix
",
43
INITIALIZE_PASS_END(
LiveRegMatrix
, "
liveregmatrix
",
46
LiveRegMatrix
::
LiveRegMatrix
() : MachineFunctionPass(ID) {
[
all
...]
Completed in 18 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026