OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScheduleDAGTopologicalSort
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/CodeGen/
ScheduleDAG.cpp
459
void
ScheduleDAGTopologicalSort
::InitDAGTopologicalSorting() {
518
void
ScheduleDAGTopologicalSort
::AddPred(SUnit *Y, SUnit *X) {
537
void
ScheduleDAGTopologicalSort
::RemovePred(SUnit *M, SUnit *N) {
544
void
ScheduleDAGTopologicalSort
::DFS(const SUnit *SU, int UpperBound,
573
void
ScheduleDAGTopologicalSort
::Shift(BitVector& Visited, int LowerBound,
601
bool
ScheduleDAGTopologicalSort
::WillCreateCycle(SUnit *TargetSU, SUnit *SU) {
614
bool
ScheduleDAGTopologicalSort
::IsReachable(const SUnit *SU,
632
void
ScheduleDAGTopologicalSort
::Allocate(int n, int index) {
637
ScheduleDAGTopologicalSort
::
638
ScheduleDAGTopologicalSort
(std::vector<SUnit> &sunits, SUnit *exitsu
[
all
...]
MachinePipeliner.cpp
208
ScheduleDAGTopologicalSort
Topo;
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAG.cpp
434
void
ScheduleDAGTopologicalSort
::InitDAGTopologicalSorting() {
490
void
ScheduleDAGTopologicalSort
::AddPred(SUnit *Y, SUnit *X) {
509
void
ScheduleDAGTopologicalSort
::RemovePred(SUnit *M, SUnit *N) {
516
void
ScheduleDAGTopologicalSort
::DFS(const SUnit *SU, int UpperBound,
542
void
ScheduleDAGTopologicalSort
::Shift(BitVector& Visited, int LowerBound,
570
bool
ScheduleDAGTopologicalSort
::WillCreateCycle(SUnit *SU, SUnit *TargetSU) {
582
bool
ScheduleDAGTopologicalSort
::IsReachable(const SUnit *SU,
600
void
ScheduleDAGTopologicalSort
::Allocate(int n, int index) {
605
ScheduleDAGTopologicalSort
::
606
ScheduleDAGTopologicalSort
(std::vector<SUnit> &sunits) : SUnits(sunits) {
[
all
...]
PostRASchedulerList.cpp
122
ScheduleDAGTopologicalSort
Topo;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h
658
///
ScheduleDAGTopologicalSort
is a class that computes a topological
664
class
ScheduleDAGTopologicalSort
{
688
explicit
ScheduleDAGTopologicalSort
(std::vector<SUnit> &SUnits);
/external/llvm/include/llvm/CodeGen/
ScheduleDAG.h
703
///
ScheduleDAGTopologicalSort
is a class that computes a topological
709
class
ScheduleDAGTopologicalSort
{
734
ScheduleDAGTopologicalSort
(std::vector<SUnit> &SUnits, SUnit *ExitSU);
MachineScheduler.h
234
ScheduleDAGTopologicalSort
Topo;
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp
155
ScheduleDAGTopologicalSort
Topo;
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp
163
ScheduleDAGTopologicalSort
Topo;
[
all
...]
Completed in 259 milliseconds