OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BottomPos
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegisterPressure.cpp
123
TopPos =
BottomPos
= MachineBasicBlock::const_iterator();
156
if (
BottomPos
!= PrevBottom)
158
BottomPos
= MachineBasicBlock::const_iterator();
243
return (static_cast<RegionPressure&>(P).
BottomPos
==
274
static_cast<RegionPressure&>(P).
BottomPos
= CurrPos;
[
all
...]
/external/llvm/include/llvm/CodeGen/
RegisterPressure.h
63
/// TopPos and
BottomPos
. This is a less precise version of IntervalPressure for
68
MachineBasicBlock::const_iterator
BottomPos
;
260
/// computes incrementally. During downward tracking, P.BottomIdx or P.
BottomPos
Completed in 35 milliseconds