Return true if PB is a branch or switch edge predicate.
Declared in <llvm/Transforms/Utils/PredicateInfo.h>
static
bool
classof(PredicateBase const* PB);
True if PB is a PredicateWithEdge (branch or switch).
| Name | Description |
|---|---|
| PB | Predicate to test. |