Searched defs:CallerFunc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/bolt/lib/Core/ |
H A D | CallGraphWalker.cpp | 51 BinaryFunction *CallerFunc = CG.nodeIdToFunc(CallerID); in traverseCG() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 516 calleeMatchesFunc(CallTy Call,const FuncTy * Func,const FuncTy * CallerFunc,std::vector<std::pair<CallTy,FuncTy * >> & FoundCalleeChain) calleeMatchesFunc() argument 1850 const FuncTy *CallerFunc = NodeToCallingFunc[Edge->Caller]; calleesMatch() local 2008 calleeMatchesFunc(Instruction * Call,const Function * Func,const Function * CallerFunc,std::vector<std::pair<Instruction *,Function * >> & FoundCalleeChain) calleeMatchesFunc() argument 2129 calleeMatchesFunc(IndexCall & Call,const FunctionSummary * Func,const FunctionSummary * CallerFunc,std::vector<std::pair<IndexCall,FunctionSummary * >> & FoundCalleeChain) calleeMatchesFunc() argument [all...] |
H A D | GlobalOpt.cpp | 1763 Function *CallerFunc = CB.getParent()->getParent(); isValidCandidateForColdCC() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 5887 CalleeFunc->isVarArg(), Outs, Ins, CallerFunc, in isEligibleForTCO() argument 5062 IsEligibleForTailCallOptimization_64SVR4(const GlobalValue * CalleeGV,CallingConv::ID CalleeCC,CallingConv::ID CallerCC,const CallBase * CB,bool isVarArg,const SmallVectorImpl<ISD::OutputArg> & Outs,const SmallVectorImpl<ISD::InputArg> & Ins,const Function * CallerFunc,bool isCalleeExternalSymbol) const IsEligibleForTailCallOptimization_64SVR4() argument 5864 const Function *CallerFunc = CB->getCaller(); supportsTailCallFor() local
|