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);
536
ReleasePredecessors
(&ExitSU, CurCycle);
ScheduleDAGRRList.cpp
219
void
ReleasePredecessors
(SUnit *SU);
525
void ScheduleDAGRRList::
ReleasePredecessors
(SUnit *SU) {
730
// advance CurCycle before
ReleasePredecessors
to avoid useless pushes to
737
ReleasePredecessors
(SU);
776
//
ReleasePredecessors
. In that case, IssueCount should remain 0.
778
// Check AvailableQueue after
ReleasePredecessors
in case of zero latency.
[
all
...]
Completed in 41 milliseconds