OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrevPos
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
InterferenceCache.cpp
87
PrevPos
= SlotIndex();
104
PrevPos
= SlotIndex();
129
if (
PrevPos
!= Start) {
130
if (!
PrevPos
.isValid() || Start <
PrevPos
) {
144
PrevPos
= Start;
193
PrevPos
= Stop;
InterferenceCache.h
60
///
PrevPos
- The previous position the iterators were moved to.
61
SlotIndex
PrevPos
;
64
/// When
PrevPos
is set, the iterators are valid as if advanceTo(
PrevPos
)
Completed in 36 milliseconds