Home
last modified time | relevance | path

Searched defs:SchedResourceDelta (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp938 struct SchedResourceDelta { struct in __anon029210900411::ConvergingScheduler
940 unsigned CritResources;
943 unsigned DemandedResources;
945 SchedResourceDelta(): CritResources(0), DemandedResources(0) {} in SchedResourceDelta() function
947 bool operator==(const SchedResourceDelta &RHS) const { in operator ==()
951 bool operator!=(const SchedResourceDelta &RHS) const { in operator !=()