Searched defs:Caller (Results 1 – 12 of 12) sorted by relevance
77 static void AdjustCallerSSPLevel(Function *Caller, Function *Callee) { in AdjustCallerSSPLevel()122 Function *Caller = CS.getCaller(); in InlineCallIfPossible() local261 Function *Caller = CS.getCaller(); in getInlineThreshold() local300 Function *Caller = CS.getCaller(); in shouldInline() local472 Function *Caller = CS.getCaller(); in runOnSCC() local
242 Function *Caller = FirstNewBlock->getParent(); in HandleInlinedInvoke() local284 const Function *Caller = CS.getInstruction()->getParent()->getParent(); in UpdateCallGraphAfterInlining() local381 Function *Caller = TheCall->getParent()->getParent(); in HandleByValArgument() local524 Function *Caller = OrigBB->getParent(); in InlineFunction() local
45 Function *Caller; member in __anon414a25810111::LibCallOptimization
76 CallSite Caller; // Holds the call that called subframes. member
986 Instruction *Caller = CS.getInstruction(); in transformConstExprCastCall() local1272 Instruction *Caller = CS.getInstruction(); in transformCallThroughTrampoline() local
1041 Function *Caller = CS.getInstruction()->getParent()->getParent(); in analyzeCall() local1222 static bool functionsHaveCompatibleAttributes(Function *Caller, in functionsHaveCompatibleAttributes()
604 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateMinimalPathDiagnostic() local1463 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateExtensivePathDiagnostic() local1679 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateAlternateExtensivePathDiagnostic() local
553 const Decl *Caller; variable
5543 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in AddOverloadCandidate() local8807 FunctionDecl *Caller = cast<FunctionDecl>(S.CurContext); in DiagnoseBadTarget() local9527 if (FunctionDecl *Caller = dyn_cast<FunctionDecl>(S.CurContext)) in AddMatchingNonTemplateFunction() local
1615 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in BuildDeclRefExpr() local
7647 bool CheckCUDATarget(const FunctionDecl *Caller, const FunctionDecl *Callee) { in CheckCUDATarget()
291 CallStackFrame *Caller; member