|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/CallSite.h 649 !NullPointerIsDefined(getCaller(),
lib/Analysis/ProfileSummaryInfo.cpp 349 return hasSampleProfile() && CS.getCaller()->hasProfileData();
lib/Target/AMDGPU/AMDGPUInline.cpp 112 Function *Caller = CS.getCaller();
179 Function *Caller = CS.getCaller();
lib/Transforms/IPO/ArgumentPromotion.cpp 852 const Function *Caller = CS.getCaller();
lib/Transforms/IPO/GlobalOpt.cpp 2170 CallerBFI.getBlockFreq(&(CS.getCaller()->getEntryBlock()));
lib/Transforms/IPO/InlineSimple.cpp 59 const auto &BBs = CS.getCaller()->getBasicBlockList();
65 OptimizationRemarkEmitter ORE(CS.getCaller());
lib/Transforms/IPO/Inliner.cpp 280 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;
lib/Transforms/IPO/PartialInlining.cpp 773 Function *Caller = CS.getCaller();
949 Function *Caller = CS.getCaller();
1398 OptimizationRemarkEmitter CallerORE(CS.getCaller());
1406 << ore::NV("Caller", CS.getCaller());
lib/Transforms/IPO/SyntheticCountsPropagation.cpp 115 Function *Caller = CS.getCaller();
lib/Transforms/IPO/WholeProgramDevirt.cpp 320 Function *F = CS.getCaller();
1097 Attribute FSAttr = CS.getCaller()->getFnAttribute("target-features");
lib/Transforms/Scalar/MemCpyOptimizer.cpp 1259 const DataLayout &DL = CS.getCaller()->getParent()->getDataLayout();
lib/Transforms/Utils/InlineFunction.cpp 1145 AssumptionCache *AC = &(*IFI.GetAssumptionCache)(*CS.getCaller());
1146 auto &DL = CS.getCaller()->getParent()->getDataLayout();
1158 DT.recalculate(*CS.getCaller());
1184 const Function *Caller = CS.getCaller();