Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp77 static void AdjustCallerSSPLevel(Function *Caller, Function *Callee) { in AdjustCallerSSPLevel()
121 Function *Caller = CS.getCaller(); in InlineCallIfPossible() local
238 Function *Caller = CS.getCaller(); in getInlineThreshold() local
277 Function *Caller = CS.getCaller(); in shouldInline() local
449 Function *Caller = CS.getCaller(); in runOnSCC() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp228 Function *Caller = FirstNewBlock->getParent(); in HandleInlinedInvoke() local
273 const Function *Caller = CS.getInstruction()->getParent()->getParent(); in UpdateCallGraphAfterInlining() local
370 Function *Caller = TheCall->getParent()->getParent(); in HandleByValArgument() local
513 Function *Caller = OrigBB->getParent(); in InlineFunction() local
DSimplifyLibCalls.cpp39 Function *Caller; member in __anon400b89290111::LibCallOptimization
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h76 CallSite Caller; // Holds the call that called subframes. member
/external/llvm/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp49 Function *Caller; member in __anonaf019a4e0111::LibCallOptimization
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp986 Instruction *Caller = CS.getInstruction(); in transformConstExprCastCall() local
1288 Instruction *Caller = CS.getInstruction(); in transformCallThroughTrampoline() local
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h522 const Decl *Caller; variable
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp974 Function *Caller = CS.getInstruction()->getParent()->getParent(); in analyzeCall() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp611 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateMinimalPathDiagnostic() local
1445 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateExtensivePathDiagnostic() local
/external/clang/lib/Sema/
DSemaOverload.cpp5386 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in AddOverloadCandidate() local
8518 FunctionDecl *Caller = cast<FunctionDecl>(S.CurContext); in DiagnoseBadTarget() local
9129 if (FunctionDecl *Caller = dyn_cast<FunctionDecl>(S.CurContext)) in AddMatchingNonTemplateFunction() local
DSemaExpr.cpp1436 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in BuildDeclRefExpr() local
/external/clang/include/clang/Sema/
DSema.h7109 bool CheckCUDATarget(const FunctionDecl *Caller, const FunctionDecl *Callee) { in CheckCUDATarget()
/external/clang/lib/AST/
DExprConstant.cpp273 CallStackFrame *Caller; member