OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SchedCandidate
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h
113
struct
SchedCandidate
{
123
SchedCandidate
(): SU(nullptr), SCost(0) {}
125
/// Represent the type of
SchedCandidate
found within a single queue.
229
SUnit *SU,
SchedCandidate
&Candidate,
234
SchedCandidate
&Candidate);
/external/llvm/include/llvm/CodeGen/
MachineScheduler.h
754
/// Represent the type of
SchedCandidate
found within a single queue.
795
struct
SchedCandidate
{
813
SchedCandidate
(const CandPolicy &policy)
819
void setBest(
SchedCandidate
&Best) {
848
void traceCandidate(const
SchedCandidate
&Cand);
896
void tryCandidate(
SchedCandidate
&Cand,
897
SchedCandidate
&TryCand,
906
SchedCandidate
&Candidate);
957
void tryCandidate(
SchedCandidate
&Cand,
SchedCandidate
&TryCand)
[
all
...]
Completed in 31 milliseconds