OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReleasePredecessors
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp
100
void
ReleasePredecessors
(SUnit *SU, unsigned CurCycle);
161
void ScheduleDAGFast::
ReleasePredecessors
(SUnit *SU, unsigned CurCycle) {
191
ReleasePredecessors
(SU, CurCycle);
531
ReleasePredecessors
(&ExitSU, CurCycle);
ScheduleDAGRRList.cpp
220
void
ReleasePredecessors
(SUnit *SU);
526
void ScheduleDAGRRList::
ReleasePredecessors
(SUnit *SU) {
731
// advance CurCycle before
ReleasePredecessors
to avoid useless pushes to
738
ReleasePredecessors
(SU);
777
//
ReleasePredecessors
. In that case, IssueCount should remain 0.
779
// Check AvailableQueue after
ReleasePredecessors
in case of zero latency.
[
all
...]
Completed in 28 milliseconds