OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIBlockSchedCandidate
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h
352
struct
SIBlockSchedCandidate
: SISchedulerCandidate {
363
SIBlockSchedCandidate
()
369
void setBest(
SIBlockSchedCandidate
&Best) {
382
bool tryCandidateLatency(
SIBlockSchedCandidate
&Cand,
383
SIBlockSchedCandidate
&TryCand);
384
bool tryCandidateRegUsage(
SIBlockSchedCandidate
&Cand,
385
SIBlockSchedCandidate
&TryCand);
SIMachineScheduler.cpp
[
all
...]
Completed in 53 milliseconds