#include <CallPathManager.h>

Public Types | |
| typedef std::map< std::pair < llvm::Instruction *, llvm::Function * > , CallPathNode * > | children_ty |
Public Member Functions | |
| CallPathNode (CallPathNode *parent, llvm::Instruction *callSite, llvm::Function *function) | |
| void | print () |
Public Attributes | |
| CallPathNode * | parent |
| llvm::Instruction * | callSite |
| llvm::Function * | function |
| children_ty | children |
| StatisticRecord | statistics |
| StatisticRecord | summaryStatistics |
| unsigned | count |
Friends | |
| class | CallPathManager |
Definition at line 37 of file CallPathManager.h.
| typedef std::map<std::pair<llvm::Instruction*, llvm::Function*>, CallPathNode*> klee::CallPathNode::children_ty |
Definition at line 42 of file CallPathManager.h.
| klee::CallPathNode::CallPathNode | ( | CallPathNode * | parent, | |
| llvm::Instruction * | callSite, | |||
| llvm::Function * | function | |||
| ) |
| void CallPathNode::print | ( | ) |
friend class CallPathManager [friend] |
Definition at line 38 of file CallPathManager.h.
| llvm::Instruction* klee::CallPathNode::callSite |
Definition at line 46 of file CallPathManager.h.
Referenced by klee::CallPathManager::getSummaryStatistics(), and print().
Definition at line 48 of file CallPathManager.h.
| unsigned klee::CallPathNode::count |
Definition at line 52 of file CallPathManager.h.
Referenced by klee::StatsTracker::framePushed(), klee::CallPathManager::getSummaryStatistics(), and print().
| llvm::Function* klee::CallPathNode::function |
Definition at line 47 of file CallPathManager.h.
Referenced by klee::CallPathManager::getSummaryStatistics(), and print().
Definition at line 45 of file CallPathManager.h.
Referenced by klee::CallPathManager::getSummaryStatistics(), and print().
Definition at line 50 of file CallPathManager.h.
Referenced by klee::Executor::fork(), klee::WeightedRandomSearcher::getWeight(), klee::Executor::processTimers(), and klee::StatsTracker::stepInstruction().
Definition at line 51 of file CallPathManager.h.
Referenced by klee::CallPathManager::getSummaryStatistics().
1.5.8