10 #ifndef IR_SEG_SEGCALLSITERETURNSUMMARYNODE_H
11 #define IR_SEG_SEGCALLSITERETURNSUMMARYNODE_H
13 #include "IR/SEG/SEGCallSite.h"
14 #include "IR/SEG/SymbolicExprGraph.h"
23 Instruction *Callsite =
nullptr;
29 Instruction *Callsite,
float Confidence,
37 return N->getKind() == SEGOBJK_CallSiteSummaryReturn;
40 Instruction *getCallSiteInst()
const {
return Callsite; }
42 float getConfidence()
const {
return Confidence; }
46 getParentGraph()->findSite<
SEGSiteBase>(getCallSiteInst());
47 return dyn_cast<SEGCallSite>(SEGSite);