Searched defs:Caller (Results 1 – 13 of 13) sorted by relevance
86 static void AdjustCallerSSPLevel(Function *Caller, Function *Callee) { in AdjustCallerSSPLevel()131 Function *Caller = CS.getCaller(); in InlineCallIfPossible() local270 Function *Caller = CS.getCaller(); in getInlineThreshold() local305 Function *Caller = CS.getCaller(); in emitAnalysis() local332 Function *Caller = CS.getCaller(); in shouldInline() local517 Function *Caller = CS.getCaller(); in runOnSCC() local
445 void insertEdge(Function &Caller, Function &Callee) { in insertEdge()453 void removeEdge(Function &Caller, Function &Callee) { in removeEdge()
220 Function *Caller = FirstNewBlock->getParent(); in HandleInlinedInvoke() local272 const Function *Caller = CS.getInstruction()->getParent()->getParent(); in UpdateCallGraphAfterInlining() local396 Function *Caller = TheCall->getParent()->getParent(); in HandleByValArgument() local544 Function *Caller = OrigBB->getParent(); in InlineFunction() local
46 Function *Caller; member in __anon459d09fa0111::LibCallOptimization
76 CallSite Caller; // Holds the call that called subframes. member
1062 Function *Caller = CS.getInstruction()->getParent()->getParent(); in analyzeCall() local1253 static bool functionsHaveCompatibleAttributes(Function *Caller, in functionsHaveCompatibleAttributes()
1232 Instruction *Caller = CS.getInstruction(); in transformConstExprCastCall() local1523 Instruction *Caller = CS.getInstruction(); in transformCallThroughTrampoline() local
557 const Decl *Caller; variable
605 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateMinimalPathDiagnostic() local1464 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateExtensivePathDiagnostic() local1680 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateAlternateExtensivePathDiagnostic() local
5635 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in AddOverloadCandidate() local9034 FunctionDecl *Caller = cast<FunctionDecl>(S.CurContext); in DiagnoseBadTarget() local9784 if (FunctionDecl *Caller = dyn_cast<FunctionDecl>(S.CurContext)) in AddMatchingNonTemplateFunction() local
1637 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in BuildDeclRefExpr() local
8024 bool CheckCUDATarget(const FunctionDecl *Caller, const FunctionDecl *Callee) { in CheckCUDATarget()
291 CallStackFrame *Caller; member