OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SISchedCandidate
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h
162
struct
SISchedCandidate
: SISchedulerCandidate {
172
SISchedCandidate
()
178
void setBest(
SISchedCandidate
&Best) {
199
void tryCandidateTopDown(
SISchedCandidate
&Cand,
SISchedCandidate
&TryCand);
200
void tryCandidateBottomUp(
SISchedCandidate
&Cand,
SISchedCandidate
&TryCand);
202
void traceCandidate(const
SISchedCandidate
&Cand);
SIMachineScheduler.cpp
185
void SIScheduleBlock::traceCandidate(const
SISchedCandidate
&Cand) {
192
void SIScheduleBlock::tryCandidateTopDown(
SISchedCandidate
&Cand,
193
SISchedCandidate
&TryCand) {
243
SISchedCandidate
TopCand;
246
SISchedCandidate
TryCand;
[
all
...]
Completed in 47 milliseconds