OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Cand
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegAllocGreedy.cpp
350
void growRegion(GlobalSplitCandidate &
Cand
);
[
all
...]
/external/llvm/utils/TableGen/
CodeGenRegisters.cpp
421
CodeGenRegister *
Cand
= const_cast<CodeGenRegister*>(Leads[i]);
423
if (
Cand
== this || getSubRegIndex(
Cand
))
425
// Check if each component of
Cand
is already a sub-register.
429
assert(!
Cand
->ExplicitSubRegs.empty() &&
431
for (unsigned j = 1, e =
Cand
->ExplicitSubRegs.size(); j != e; ++j) {
432
if (CodeGenSubRegIndex *Idx = getSubRegIndex(
Cand
->ExplicitSubRegs[j]))
440
// If some
Cand
sub-register is not part of this register, or if
Cand
only
445
// Each part of
Cand
is a sub-register of this. Make the full Cand als
[
all
...]
Completed in 949 milliseconds