OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SchedDFSResult
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDFS.h
65
class
SchedDFSResult
{
116
SchedDFSResult
(bool IsBU, unsigned lim)
MachineScheduler.h
112
class
SchedDFSResult
;
391
SchedDFSResult
*DFSResult = nullptr;
469
const
SchedDFSResult
*getDFSResult() const { return DFSResult; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
1221
//
SchedDFSResult
Implementation
1226
/// Internal state used to compute
SchedDFSResult
.
1228
SchedDFSResult
&R;
1242
ParentNodeID(
SchedDFSResult
::InvalidSubtreeID) {}
1250
SchedDFSImpl(
SchedDFSResult
&r): R(r), SubtreeClasses(R.DFSNodeData.size()) {
1260
!=
SchedDFSResult
::InvalidSubtreeID;
1297
if (RootSet[PredNum].ParentNodeID ==
SchedDFSResult
::InvalidSubtreeID)
1335
if (Root.ParentNodeID !=
SchedDFSResult
::InvalidSubtreeID)
1397
SmallVectorImpl<
SchedDFSResult
::Connection> &Connections =
1399
for (
SchedDFSResult
::Connection &C : Connections)
[
all
...]
MachineScheduler.cpp
1301
DFSResult = new
SchedDFSResult
(/*BottomU*/true, MinSubtreeSize);
3651
const
SchedDFSResult
*DFSResult = nullptr;
3736
assert(!IsTopNode && "
SchedDFSResult
needs bottom-up");
3900
const
SchedDFSResult
*DFS = DAG->hasVRegLiveness() ?
3915
const
SchedDFSResult
*DFS = DAG->hasVRegLiveness() ?
Completed in 20 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026