Home
last modified time | relevance | path

Searched defs:Caller (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DInliner.cpp90 static void AdjustCallerSSPLevel(Function *Caller, Function *Callee) { in AdjustCallerSSPLevel()
126 Function *Caller = CS.getCaller(); in InlineCallIfPossible() local
260 Function *Caller = CS.getCaller(); in getInlineThreshold() local
291 Function *Caller = CS.getCaller(); in emitAnalysis() local
317 Function *Caller = CS.getCaller(); in shouldInline() local
502 Function *Caller = CS.getCaller(); in runOnSCC() local
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h451 void insertEdge(Function &Caller, Function &Callee) { in insertEdge()
459 void removeEdge(Function &Caller, Function &Callee) { in removeEdge()
/external/clang/lib/Sema/
DSemaCUDA.cpp63 bool Sema::CheckCUDATarget(const FunctionDecl *Caller, in CheckCUDATarget()
DSemaOverload.cpp5693 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in AddOverloadCandidate() local
6058 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in AddMethodCandidate() local
9194 FunctionDecl *Caller = cast<FunctionDecl>(S.CurContext); in DiagnoseBadTarget() local
9989 if (FunctionDecl *Caller = dyn_cast<FunctionDecl>(S.CurContext)) in AddMatchingNonTemplateFunction() local
11740 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) { in BuildCallToMemberFunction() local
DSemaExpr.cpp1643 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in BuildDeclRefExpr() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h69 CallSite Caller; // Holds the call that called subframes. member
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp240 Function *Caller = FirstNewBlock->getParent(); in HandleInlinedInvoke() local
668 const Function *Caller = CS.getInstruction()->getParent()->getParent(); in UpdateCallGraphAfterInlining() local
753 Function *Caller = TheCall->getParent()->getParent(); in HandleByValArgument() local
939 Function *Caller = OrigBB->getParent(); in InlineFunction() local
DSimplifyLibCalls.cpp559 Function *Caller = CI->getParent()->getParent(); in optimizeStrLen() local
1110 Function *Caller = CI->getParent()->getParent(); in optimizeExp2() local
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp1100 Function *Caller = CS.getInstruction()->getParent()->getParent(); in analyzeCall() local
1300 static bool functionsHaveCompatibleAttributes(Function *Caller, in functionsHaveCompatibleAttributes()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1470 Instruction *Caller = CS.getInstruction(); in transformConstExprCastCall() local
1779 Instruction *Caller = CS.getInstruction(); in transformCallThroughTrampoline() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp601 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateMinimalPathDiagnostic() local
1457 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateExtensivePathDiagnostic() local
1669 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateAlternateExtensivePathDiagnostic() local
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h561 const Decl *Caller; variable
/external/clang/lib/AST/
DExprConstant.cpp292 CallStackFrame *Caller; member