Searched refs:getCallSite (Results 1 – 16 of 16) sorted by relevance
115 CallSiteTy getCallSite() const { in getCallSite() function121 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos)) in getFlags()127 const Value *IDVal = getCallSite().getArgument(IDPos); in getID()133 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos); in getNumPatchBytes()142 return getCallSite().getArgument(CalledFunctionPos); in getCalledValue()146 return getCallSite().getInstruction(); in getInstruction()156 FunTy *getCaller() const { return getCallSite().getCaller(); } in getCaller()161 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false); in doesNotThrow()174 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos); in getNumCallArgs()180 assert(CallArgsBeginPos <= (int)getCallSite().arg_size()); in arg_begin()[all …]
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 …]
793 assert(ISP.getCallSite().getCallingConv() != CallingConv::AnyReg && in LowerStatepoint()826 populateCallLoweringInfo(SI.CLI, ISP.getCallSite(), in LowerStatepoint()853 if (GCResult->getParent() != ISP.getCallSite().getParent()) { in LowerStatepoint()865 ISP.getCallSite().getCallingConv()); in LowerStatepoint()
734 assert(ISP.getCallSite().getCallingConv() != CallingConv::AnyReg && in LowerStatepoint()767 populateCallLoweringInfo(SI.CLI, ISP.getCallSite(), in LowerStatepoint()794 if (GCResult->getParent() != ISP.getCallSite().getParent()) { in LowerStatepoint()
300 static CallSite getCallSite(User *U) { in getCallSite() function313 return getCallSite(User); in getOneCallSiteTo()939 CallSite CS = getCallSite(User); in computeCallsiteToProfCountMap()1376 CallSite CS = getCallSite(User); in tryPartialInline()
177 if (CEE->getCalleeContext()->getCallSite() == S) in addVisitorIfNecessary()198 if (CalleeContext->getCallSite() != S) in addVisitorIfNecessary()982 if (CEE->getCalleeContext()->getCallSite() == S || in trackNullOrUndefValue()983 CEE->getCalleeContext()->getCallSite() == Inner) in trackNullOrUndefValue()
90 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt()232 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
698 return CEE->getCalleeContext()->getCallSite(); in getStmt()1123 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); in getMessage()
253 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) { in VisitCXXConstructExpr()
1064 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()
1360 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
298 const Stmt *getCallSite() const { return CallSite; } in getCallSite() function
530 AllocStmt = Exit->getCalleeContext()->getCallSite(); in generateAllocatedDataNotReleasedReport()
2101 AllocationStmt = Exit->getCalleeContext()->getCallSite(); in reportLeak()2639 S = Exit->getCalleeContext()->getCallSite(); in VisitNode()
1922 S = LCtx->getCurrentStackFrame()->getCallSite(); in VisitNode()2423 AllocStmt = Exit->getCalleeContext()->getCallSite(); in CFRefLeakReport()