OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dups
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
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
...]
LiveRangeEdit.cpp
371
SmallVector<LiveInterval*, 8>
Dups
(1, LI);
373
Dups
.push_back(&createFrom(LI->reg));
378
VRM->setIsSplitFromReg(
Dups
.back()->reg, 0);
380
TheDelegate->LRE_DidCloneVirtReg(
Dups
.back()->reg, LI->reg);
382
ConEQ.Distribute(&
Dups
[0], MRI);
385
dbgs() << '\t' << *
Dups
[i] << '\n';
/external/llvm/lib/Support/
CommandLine.cpp
666
std::vector<char*>
Dups
;
669
for (std::vector<char *>::iterator I =
Dups
.begin(), E =
Dups
.end();
677
Dups
.push_back(Dup);
[
all
...]
Completed in 2175 milliseconds