HomeSort by: relevance | last modified time | path
    Searched defs:computeRemLatency (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 2655 static unsigned computeRemLatency(SchedBoundary &CurrZone) {
2668 bool ComputeRemLatency,
2679 if (ComputeRemLatency)
2680 RemLatency = computeRemLatency(CurrZone);
2703 RemLatency = computeRemLatency(CurrZone);
MachineScheduler.cpp 2655 static unsigned computeRemLatency(SchedBoundary &CurrZone) {
2668 bool ComputeRemLatency,
2679 if (ComputeRemLatency)
2680 RemLatency = computeRemLatency(CurrZone);
2703 RemLatency = computeRemLatency(CurrZone);

Completed in 201 milliseconds