llvm::PredicateWithEdge::classof

Return true if PB is a branch or switch edge predicate.

Synopsis

Declared in <llvm/Transforms/Utils/PredicateInfo.h>

static
bool
classof(PredicateBase const* PB);

Return Value

True if PB is a PredicateWithEdge (branch or switch).

Parameters

NameDescription
PBPredicate to test.