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

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineScheduler.cpp 49 void PPCPreRASchedStrategy::tryCandidate(SchedCandidate &Cand,
52 // From GenericScheduler::tryCandidate
148 // GenericScheduler::tryCandidate end
175 void PPCPostRASchedStrategy::tryCandidate(SchedCandidate &Cand,
177 // From PostGenericScheduler::tryCandidate
213 // PostGenericScheduler::tryCandidate end
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 3180 void GenericScheduler::tryCandidate(SchedCandidate &Cand,
3302 tryCandidate(Cand, TryCand, ZoneArg);
3381 tryCandidate(Cand, TopCand, nullptr);
3546 void PostGenericScheduler::tryCandidate(SchedCandidate &Cand,
3591 tryCandidate(Cand, TryCand);

Completed in 53 milliseconds