llvm::PostDomOnlyPrinter::processFunction

Return true if this function should be processed.

Synopsis

Declared in <llvm/Analysis/DOTGraphTraitsPass.h>

virtual
bool
processFunction(
    Function& F,
    PostDominatorTreeAnalysis::Result const& Result);

Description

An implementation of this class my override this function to indicate that only certain functions should be viewed.

Return Value

True if this function should be processed.

Parameters

NameDescription
FFunction under consideration.
ResultThe current analysis result for this function.