Return whether PassID names a special pass ending with a suffix in Specials.
Declared in <llvm/IR/PassInstrumentation.h>
bool
isSpecialPass(
StringRef PassID,
std::vector<StringRef> const& Specials);
True if PassID ends with a suffix listed in Specials.
| Name | Description |
|---|---|
| PassID | Pass identification string, possibly with template arguments. |
| Specials | Suffixes that identify special pass names. |