OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentBottom
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineScheduler.h
245
MachineBasicBlock::iterator
CurrentBottom
;
261
CurrentTop(),
CurrentBottom
(), NextClusterPred(nullptr),
298
MachineBasicBlock::iterator bottom() const { return
CurrentBottom
; }
/external/llvm/lib/CodeGen/
MachineScheduler.cpp
653
CurrentTop =
CurrentBottom
;
704
CurrentTop = nextIfDebug(++CurrentTop,
CurrentBottom
);
711
priorNonDebug(
CurrentBottom
, CurrentTop);
713
CurrentBottom
= priorII;
717
moveInstruction(MI,
CurrentBottom
);
718
CurrentBottom
= MI;
729
assert(CurrentTop ==
CurrentBottom
&& "Nonempty unscheduled zone.");
797
CurrentBottom
= RegionEnd;
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
197
assert(CurrentTop ==
CurrentBottom
&& "Nonempty unscheduled zone.");
Completed in 44 milliseconds