Pass that verifies MD_prof is present on every instruction that supports it.
Declared in <llvm/Transforms/Utils/ProfileVerify.h>
class ProfileVerifierPass
: public OptionalPassInfoMixin<ProfileVerifierPass>
Used in conjunction with the ProfileInjectorPass. MD_prof "unknown" is considered valid (i.e. !{!"unknown"}).
| Name | Description |
|---|---|
OptionalPassInfoMixin<ProfileVerifierPass> | A CRTP mix-in for passes that can be skipped. |
| Name | Description |
|---|---|
run | Run the profile-verifier pass over the module. |
| Name | Description |
|---|---|
isRequired | Return false; optional passes may be skipped. |