OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Colocate
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePipeliner.h
317
unsigned
Colocate
= 0;
365
void setColocate(unsigned c) {
Colocate
= c; };
393
Colocate
= 0;
401
/// Each node set may contain a
colocate
value which is used as the first
405
if (
Colocate
!= 0 && RHS.
Colocate
!= 0 &&
Colocate
!= RHS.
Colocate
)
406
return
Colocate
< RHS.
Colocate
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachinePipeliner.cpp
1690
/// A heuristic to
colocate
node sets that have the same set of
1693
unsigned
Colocate
= 0;
1707
N1.setColocate(++
Colocate
);
1708
N2.setColocate(
Colocate
);
2937
<< " depth " << MaxDepth << " col " <<
Colocate
<< "\n";
Completed in 52 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026