New PM pass that performs post‐register‐allocation instruction scheduling.
Synopsis
Declared in <llvm/CodeGen/PostRASchedulerList.h>
class PostRASchedulerPass
: public OptionalPassInfoMixin<PostRASchedulerPass>
Base Classes
Name |
Description |
A CRTP mix‐in for passes that can be skipped. |
Member Functions
Name |
Description |
|
Construct a post‐RA scheduler pass for the given target. |
Return the properties this pass requires of the machine function. |
|
Schedule machine instructions in |
Static Member Functions
Name |
Description |
Return false; optional passes may be skipped. |
Created with MrDocs