Searched refs:isLatencyBound (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp598 if (Top.isLatencyBound(SU)) {
618 if (Bot.isLatencyBound(SU)) {
645 if (Top.isLatencyBound(SU))
651 if (Bot.isLatencyBound(SU))
833 if (CurrentCost == Candidate.SCost && Zone.isLatencyBound(*I)) {
H A DHexagonMachineScheduler.h209 bool isLatencyBound(SUnit *SU) { function in struct:llvm::ConvergingVLIWScheduler::VLIWSchedBoundary

Completed in 104 milliseconds