Home
last modified time | relevance | path

Searched refs:DFSResult (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1152 delete DFSResult; in ~ScheduleDAGMILive()
1456 if (DFSResult) { in schedule()
1460 DFSResult->scheduleTree(SubtreeID); in schedule()
1507 if (!DFSResult) in computeDFSResult()
1509 DFSResult->clear(); in computeDFSResult()
1511 DFSResult->resize(SUnits.size()); in computeDFSResult()
1512 DFSResult->compute(SUnits); in computeDFSResult()
3968 const SchedDFSResult *DFSResult = nullptr; member
3993 return DFSResult->getILP(A) < DFSResult->getILP(B); in operator ()()
3995 return DFSResult->getILP(A) > DFSResult->getILP(B); in operator ()()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h404 SchedDFSResult *DFSResult = nullptr; variable
478 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult()