Lines Matching defs:StandardID
283 /// StandardID is the pass identified in the standard pass pipeline and provided
287 /// TargetID is the pass that the target has configured to override StandardID.
289 /// StandardID may be a pseudo ID. In that case TargetID is the name of the real
292 static IdentifyingPassPtr overridePass(AnalysisID StandardID,
294 if (StandardID == &PostRASchedulerID)
297 if (StandardID == &BranchFolderPassID)
300 if (StandardID == &TailDuplicateLegacyID)
303 if (StandardID == &EarlyTailDuplicateLegacyID)
306 if (StandardID == &MachineBlockPlacementID)
309 if (StandardID == &StackSlotColoringID)
312 if (StandardID == &DeadMachineInstructionElimID)
315 if (StandardID == &EarlyIfConverterLegacyID)
318 if (StandardID == &EarlyMachineLICMID)
321 if (StandardID == &MachineCSELegacyID)
324 if (StandardID == &MachineLICMID)
327 if (StandardID == &MachineSinkingID)
330 if (StandardID == &PostRAMachineSinkingID)
333 if (StandardID == &MachineCopyPropagationID)
676 void TargetPassConfig::substitutePass(AnalysisID StandardID,
678 Impl->TargetPasses[StandardID] = TargetID;