Classifies a pass by the IR unit or manager it operates on.
Synopsis
Declared in <llvm/Pass.h>
enum PassKind;
Members
Name |
Description |
|
Region‐scoped pass. |
|
Loop‐scoped pass. |
|
Function‐scoped pass. |
|
Call‐graph SCC pass. |
|
Module‐scoped pass. |
|
Nested pass manager. |
Created with MrDocs