Searched refs:getCallSite (Results 1 – 13 of 13) sorted by relevance
95 CallSiteTy getCallSite() const { in getCallSite() function101 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos)) in getFlags()107 const Value *IDVal = getCallSite().getArgument(IDPos); in getID()113 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos); in getNumPatchBytes()122 return getCallSite().getArgument(CalledFunctionPos); in getCalledValue()126 return getCallSite().getInstruction(); in getInstruction()136 FunTy *getCaller() const { return getCallSite().getCaller(); } in getCaller()141 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false); in doesNotThrow()154 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos); in getNumCallArgs()160 assert(CallArgsBeginPos <= (int)getCallSite().arg_size()); in arg_begin()[all …]
290 ImmutableCallSite CS(ISP.getCallSite()); in lowerCallFromStatepoint()302 ISP.getCallSite(), ImmutableStatepoint::CallArgsBeginPos, in lowerCallFromStatepoint()571 StatepointSite.getCallSite().getInstruction(); in lowerStatepointMetaArgs()596 if (StatepointSite.getCallSite().isInvoke()) in lowerStatepointMetaArgs()620 ImmutableCallSite CS(ISP.getCallSite()); in LowerStatepoint()
176 if (CEE->getCalleeContext()->getCallSite() == S) in addVisitorIfNecessary()197 if (CalleeContext->getCallSite() != S) in addVisitorIfNecessary()924 if (CEE->getCalleeContext()->getCallSite() == S || in trackNullOrUndefValue()925 CEE->getCalleeContext()->getCallSite() == Inner) in trackNullOrUndefValue()
87 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt()229 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
705 return CEE->getCalleeContext()->getCallSite(); in getStmt()1131 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); in getMessage()
197 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) { in VisitCXXConstructExpr()
929 const Stmt *CallSite = CalleeCtx->getCallSite(); in getCaller()
1275 const Stmt *CallSite = Callee->getCallSite(); in reversePropagateInterestingSymbols()1411 const Stmt *S = CE->getCalleeContext()->getCallSite(); in GenerateExtensivePathDiagnostic()1714 const Stmt *S = CE->getCalleeContext()->getCallSite(); in GenerateAlternateExtensivePathDiagnostic()
1319 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
294 const Stmt *getCallSite() const { return CallSite; } in getCallSite() function
539 AllocStmt = Exit->getCalleeContext()->getCallSite(); in generateAllocatedDataNotReleasedReport()
2086 AllocationStmt = Exit->getCalleeContext()->getCallSite(); in reportLeak()2608 S = Exit->getCalleeContext()->getCallSite(); in VisitNode()
1921 S = LCtx->getCurrentStackFrame()->getCallSite(); in VisitNode()2420 AllocStmt = Exit->getCalleeContext()->getCallSite(); in CFRefLeakReport()