OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DisableSchedCycles
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNILPSched.cpp
220
bool const
DisableSchedCycles
= false;
221
if (!
DisableSchedCycles
) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp
92
static cl::opt<bool>
DisableSchedCycles
(
196
if (
DisableSchedCycles
|| !NeedLatency)
248
return
DisableSchedCycles
|| !AvailableQueue->hasReadyFilter() ||
361
DisableSchedCycles
? 0 : std::numeric_limits<unsigned>::max();
600
if (
DisableSchedCycles
) {
652
if (
DisableSchedCycles
)
914
if (!
DisableSchedCycles
&& AvailableQueue->hasReadyFilter()) {
2609
if (!
DisableSchedCycles
&&
Completed in 39 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026