Lines Matching refs:Policy
63 // like to configure the GenericScheduler's policy for a given scheduler region,
64 // including scheduling direction and register pressure tracking policy, can do
68 // overrideSchedPolicy(MachineSchedPolicy &Policy,
70 // Policy.<Flag> = true;
146 /// Define a generic scheduling policy for targets that don't provide their own
179 /// Optionally override the per-region scheduling policy.
773 /// Policy for scheduling the next instruction in the candidate's zone.
813 CandPolicy Policy;
831 SchedCandidate(const CandPolicy &Policy) { reset(Policy); }
834 Policy = NewPolicy;
844 // Copy the status of another candidate without changing policy.
868 void setPolicy(CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone,
967 /* no configurable policy */