OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dups
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
LiveRangeEdit.cpp
358
SmallVector<LiveInterval*, 8>
Dups
(1, LI);
360
Dups
.push_back(&createFrom(LI->reg));
365
VRM->setIsSplitFromReg(
Dups
.back()->reg, 0);
367
TheDelegate->LRE_DidCloneVirtReg(
Dups
.back()->reg, LI->reg);
369
ConEQ.Distribute(&
Dups
[0], MRI);
372
dbgs() << '\t' << *
Dups
[i] << '\n';
IfConversion.cpp
179
bool ValidSimple(BBInfo &TrueBBI, unsigned &
Dups
,
182
bool FalseBranch, unsigned &
Dups
,
461
/// in
Dups
.
462
bool IfConverter::ValidSimple(BBInfo &TrueBBI, unsigned &
Dups
,
464
Dups
= 0;
476
Dups
= TrueBBI.NonPredSize;
487
/// if performed in '
Dups
'.
489
bool FalseBranch, unsigned &
Dups
,
491
Dups
= 0;
514
Dups
= Size
[
all
...]
Completed in 886 milliseconds