ROSE
0.11.137.0
|
Predicate to determine whether inlining should be performed.
This is the base class for a predicate that determines whether a function should be inlined.
#include <Rose/BinaryAnalysis/Partitioner2/CfgPath.h>
Public Types | |
typedef Sawyer::SharedPointer< ShouldInline > | Ptr |
Shared ownership pointer to a predicate object. More... | |
Public Member Functions | |
virtual HowInline | operator() (const PartitionerConstPtr &, const ControlFlowGraph::ConstEdgeIterator cfgCallEdge, const ControlFlowGraph &paths, const ControlFlowGraph::ConstVertexIterator &pathsCallSite, size_t callDepth) |
Whether to inline a function. More... | |
size_t | maxCallDepth () const |
Property: maximum call depth. | |
void | maxCallDepth (size_t n) |
Property: maximum call depth. | |
![]() | |
SharedObject () | |
Default constructor. More... | |
SharedObject (const SharedObject &) | |
Copy constructor. More... | |
virtual | ~SharedObject () |
Virtual destructor. More... | |
SharedObject & | operator= (const SharedObject &) |
Assignment. More... | |
Static Public Member Functions | |
static Ptr | instance () |
Factory class method. More... | |
|
inlinestatic |
|
virtual |
Whether to inline a function.