OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DFSResult
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
MachineScheduler.cpp
680
// This may initialize a
DFSResult
to be used for queue priority.
756
// Order predecessors so
DFSResult
follows the critical path.
851
delete
DFSResult
;
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineScheduler.h
360
/// Information about DAG subtrees. If
DFSResult
is NULL, then SchedulerTrees
362
SchedDFSResult *
DFSResult
;
394
RegClassInfo(C->RegClassInfo),
DFSResult
(nullptr),
425
/// Compute a
DFSResult
after DAG building is complete, and before any
430
const SchedDFSResult *getDFSResult() const { return
DFSResult
; }
Completed in 232 milliseconds