Searched defs:Caller (Results 1 – 13 of 13) sorted by relevance
90 static void AdjustCallerSSPLevel(Function *Caller, Function *Callee) { in AdjustCallerSSPLevel()126 Function *Caller = CS.getCaller(); in InlineCallIfPossible() local260 Function *Caller = CS.getCaller(); in getInlineThreshold() local291 Function *Caller = CS.getCaller(); in emitAnalysis() local317 Function *Caller = CS.getCaller(); in shouldInline() local502 Function *Caller = CS.getCaller(); in runOnSCC() local
451 void insertEdge(Function &Caller, Function &Callee) { in insertEdge()459 void removeEdge(Function &Caller, Function &Callee) { in removeEdge()
63 bool Sema::CheckCUDATarget(const FunctionDecl *Caller, in CheckCUDATarget()
5693 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in AddOverloadCandidate() local6058 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in AddMethodCandidate() local9194 FunctionDecl *Caller = cast<FunctionDecl>(S.CurContext); in DiagnoseBadTarget() local9989 if (FunctionDecl *Caller = dyn_cast<FunctionDecl>(S.CurContext)) in AddMatchingNonTemplateFunction() local11740 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) { in BuildCallToMemberFunction() local
1643 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in BuildDeclRefExpr() local
69 CallSite Caller; // Holds the call that called subframes. member
240 Function *Caller = FirstNewBlock->getParent(); in HandleInlinedInvoke() local668 const Function *Caller = CS.getInstruction()->getParent()->getParent(); in UpdateCallGraphAfterInlining() local753 Function *Caller = TheCall->getParent()->getParent(); in HandleByValArgument() local939 Function *Caller = OrigBB->getParent(); in InlineFunction() local
559 Function *Caller = CI->getParent()->getParent(); in optimizeStrLen() local1110 Function *Caller = CI->getParent()->getParent(); in optimizeExp2() local
1100 Function *Caller = CS.getInstruction()->getParent()->getParent(); in analyzeCall() local1300 static bool functionsHaveCompatibleAttributes(Function *Caller, in functionsHaveCompatibleAttributes()
1470 Instruction *Caller = CS.getInstruction(); in transformConstExprCastCall() local1779 Instruction *Caller = CS.getInstruction(); in transformCallThroughTrampoline() local
601 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateMinimalPathDiagnostic() local1457 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateExtensivePathDiagnostic() local1669 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateAlternateExtensivePathDiagnostic() local
561 const Decl *Caller; variable
292 CallStackFrame *Caller; member