Return true if this function should be processed.
Declared in <llvm/Analysis/DOTGraphTraitsPass.h>
virtual
bool
processFunction(
Function& F,
PostDominatorTreeAnalysis::Result const& Result);
An implementation of this class my override this function to indicate that only certain functions should be viewed.
True if this function should be processed.
| Name | Description |
|---|---|
| F | Function under consideration. |
| Result | The current analysis result for this function. |