OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CriticalPathSet
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.h
124
///
CriticalPathSet
- The set of registers that should only be
126
BitVector
CriticalPathSet
;
AggressiveAntiDepBreaker.cpp
130
if (
CriticalPathSet
.none())
131
CriticalPathSet
= CPSet;
133
CriticalPathSet
|= CPSet;
137
DEBUG(for (int r =
CriticalPathSet
.find_first(); r != -1;
138
r =
CriticalPathSet
.find_next(r))
751
if (
CriticalPathSet
.any()) {
799
// registers in the
CriticalPathSet
.
805
ExcludeRegs = &
CriticalPathSet
;
[
all
...]
Completed in 100 milliseconds