OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartDefRegs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
LiveVariables.cpp
193
SmallSet<unsigned,4> &
PartDefRegs
) {
213
PartDefRegs
.insert(LastDefReg);
220
PartDefRegs
.insert(DefReg);
222
PartDefRegs
.insert(*SubRegs);
243
SmallSet<unsigned, 4>
PartDefRegs
;
244
MachineInstr *LastPartialDef = FindLastPartialDef(Reg,
PartDefRegs
);
255
if (
PartDefRegs
.count(SubReg))
/external/llvm/include/llvm/CodeGen/
LiveVariables.h
173
SmallSet<unsigned,4> &
PartDefRegs
);
Completed in 175 milliseconds