OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LiveVariables
(Results
26 - 30
of
30
) sorted by null
1
2
/external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp
38
#include "llvm/CodeGen/
LiveVariables
.h"
76
LiveVariables
*LV;
151
AU.addPreserved<
LiveVariables
>();
[
all
...]
MachineBasicBlock.cpp
18
#include "llvm/CodeGen/
LiveVariables
.h"
724
// that
LiveVariables
is properly updated after updateTerminator replaces the
726
LiveVariables
*LV = P->getAnalysisIfAvailable<
LiveVariables
>();
825
// Update
LiveVariables
.
[
all
...]
/external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp
17
#include "llvm/CodeGen/
LiveVariables
.h"
661
LiveVariables
*LV) {
676
LiveVariables
*LV) const {
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
23
#include "llvm/CodeGen/
LiveVariables
.h"
128
LiveVariables
*LV) const {
240
// Transfer
LiveVariables
states, kill / dead info.
247
LiveVariables
::VarInfo &VI = LV->getVarInfo(Reg);
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
21
#include "llvm/CodeGen/
LiveVariables
.h"
[
all
...]
Completed in 502 milliseconds
1
2