Searched refs:CallerFunc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 518 CallTy Call, const FuncTy *Func, const FuncTy *CallerFunc, in calleeMatchesFunc() argument 521 Call, Func, CallerFunc, FoundCalleeChain); in calleeMatchesFunc() 668 Instruction *Call, const Function *Func, const Function *CallerFunc, 745 const FunctionSummary *CallerFunc, 1885 const FuncTy *CallerFunc = NodeToCallingFunc[Edge->Caller]; in calleesMatch() local 1889 if (!calleeMatchesFunc(Call, ProfiledCalleeFunc, CallerFunc, in calleesMatch() 2046 Instruction *Call, const Function *Func, const Function *CallerFunc, in calleeMatchesFunc() argument 2072 << Func->getName() << " from " << CallerFunc->getName() in calleeMatchesFunc() 2167 const FunctionSummary *CallerFunc, in calleeMatchesFunc() argument 2198 << " from " << FSToVIMap[CallerFunc] in calleeMatchesFunc()
|
H A D | GlobalOpt.cpp | 1763 Function *CallerFunc = CB.getParent()->getParent(); in isValidCandidateForColdCC() local 1764 BlockFrequencyInfo &CallerBFI = GetBFI(*CallerFunc); in isValidCandidateForColdCC() 1767 if (!llvm::is_contained(AllCallsCold, CallerFunc)) in isValidCandidateForColdCC()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 1253 const SmallVectorImpl<ISD::InputArg> &Ins, const Function *CallerFunc, 1261 const Function *CallerFunc,
|
H A D | PPCISelLowering.cpp | 5053 const SmallVectorImpl<ISD::InputArg> &Ins, const Function *CallerFunc, in IsEligibleForTailCallOptimization_64SVR4() argument 5109 !callsShareTOCBase(CallerFunc, CalleeGV, getTargetMachine())) in IsEligibleForTailCallOptimization_64SVR4() 5124 if (CB && !hasSameArgumentList(CallerFunc, *CB) && in IsEligibleForTailCallOptimization_64SVR4() 5855 const Function *CallerFunc = CB->getCaller(); in supportsTailCallFor() local 5856 CallingConv::ID CallerCC = CallerFunc->getCallingConv(); in supportsTailCallFor() 5870 CalleeFunc->isVarArg(), Outs, Ins, CallerFunc, in supportsTailCallFor() 5878 const SmallVectorImpl<ISD::InputArg> &Ins, const Function *CallerFunc, in isEligibleForTCO() argument 5885 CalleeGV, CalleeCC, CallerCC, CB, isVarArg, Outs, Ins, CallerFunc, in isEligibleForTCO()
|