Searched refs:getCaller (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DFrame.h33 virtual Frame *getCaller() const = 0;
H A DInterpFrame.h51 Frame *getCaller() const;
H A DState.cpp130 for (Frame *F = Top; F != Bottom; F = F->getCaller(), ++CallIdx) {
H A DInterpFrame.cpp139 Frame *InterpFrame::getCaller() const { function in class:InterpFrame
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp60 const auto &BBs = CS.getCaller()->getBasicBlockList();
66 OptimizationRemarkEmitter ORE(CS.getCaller());
H A DSyntheticCountsPropagation.cpp115 Function *Caller = CS.getCaller();
H A DInliner.cpp280 Function *Caller = CS.getCaller();
426 Function *Caller = CS.getCaller();
581 << NV("Caller", CS.getCaller())
621 Function *Caller = CS.getCaller();
941 << NV("Caller", CS.getCaller())
977 Function &F = *Calls[i].first.getCaller();
1025 for (; i < (int)Calls.size() && Calls[i].first.getCaller() == &F; ++i) {
1069 &FAM.getResult<BlockFrequencyAnalysis>(*(CS.getCaller())),
1123 return Call.first.getCaller() == &Callee;
H A DPartialInlining.cpp774 Function *Caller = CS.getCaller();
950 Function *Caller = CS.getCaller();
1399 OptimizationRemarkEmitter CallerORE(CS.getCaller());
1407 << ore::NV("Caller", CS.getCaller());
H A DArgumentPromotion.cpp853 const Function *Caller = CS.getCaller();
H A DWholeProgramDevirt.cpp322 Function *F = CS.getCaller();
1112 Attribute FSAttr = CS.getCaller()->getFnAttribute("target-features");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInline.cpp112 Function *Caller = CS.getCaller();
179 Function *Caller = CS.getCaller();
H A DAMDGPUPropagateAttributes.cpp209 Function *Caller = CI->getCaller();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h147 FunTy *getCaller() const { return getCall()->getCaller(); } function in class:llvm::StatepointFlags::StatepointBase
H A DCallSite.h275 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } function in class:llvm::CallSiteBase
649 !NullPointerIsDefined(getCaller(),
H A DInstrTypes.h1321 Function *getCaller();
1322 const Function *getCaller() const {
1323 return const_cast<CallBase *>(this)->getCaller();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp351 return hasSampleProfile() && CS.getCaller()->hasProfileData();
H A DInlineCost.cpp1102 CallerBFI->getBlockFreq(&(Call.getCaller()->getEntryBlock()));
1142 Function *Caller = Call.getCaller();
2150 Function *Caller = Call.getCaller();
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp558 BR.getStateManager().getCallEventManager().getCaller(SCtx, State);
1152 CallEventRef<> Call = CallMgr.getCaller(CalleeSFC, State);
1425 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(),
2776 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State);
H A DExprEngineCallAndReturn.cpp223 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state);
H A DCallEvent.cpp1383 CallEventManager::getCaller(const StackFrameContext *CalleeCtx, function in class:CallEventManager
H A DBugReporter.cpp499 bool CallerIsImplicit = hasImplicitBody(Call->getCaller());
3184 PD.setDeclWithIssue(CP->getCaller());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1145 AssumptionCache *AC = &(*IFI.GetAssumptionCache)(*CS.getCaller());
1146 auto &DL = CS.getCaller()->getParent()->getDataLayout();
1158 DT.recalculate(*CS.getCaller());
1184 const Function *Caller = CS.getCaller();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h558 const Decl *getCaller() const { return Caller; } function in class:clang::ento::PathDiagnosticCallPiece
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1204 getCaller(const StackFrameContext *CalleeCtx, ProgramStateRef State);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1251 const DataLayout &DL = CS.getCaller()->getParent()->getDataLayout();

Completed in 369 milliseconds

12