Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp86 static void AdjustCallerSSPLevel(Function *Caller, Function *Callee) { in AdjustCallerSSPLevel()
131 Function *Caller = CS.getCaller(); in InlineCallIfPossible() local
270 Function *Caller = CS.getCaller(); in getInlineThreshold() local
305 Function *Caller = CS.getCaller(); in emitAnalysis() local
332 Function *Caller = CS.getCaller(); in shouldInline() local
517 Function *Caller = CS.getCaller(); in runOnSCC() local
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h445 void insertEdge(Function &Caller, Function &Callee) { in insertEdge()
453 void removeEdge(Function &Caller, Function &Callee) { in removeEdge()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp220 Function *Caller = FirstNewBlock->getParent(); in HandleInlinedInvoke() local
272 const Function *Caller = CS.getInstruction()->getParent()->getParent(); in UpdateCallGraphAfterInlining() local
396 Function *Caller = TheCall->getParent()->getParent(); in HandleByValArgument() local
544 Function *Caller = OrigBB->getParent(); in InlineFunction() local
DSimplifyLibCalls.cpp46 Function *Caller; member in __anon459d09fa0111::LibCallOptimization
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h76 CallSite Caller; // Holds the call that called subframes. member
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp1062 Function *Caller = CS.getInstruction()->getParent()->getParent(); in analyzeCall() local
1253 static bool functionsHaveCompatibleAttributes(Function *Caller, in functionsHaveCompatibleAttributes()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1232 Instruction *Caller = CS.getInstruction(); in transformConstExprCastCall() local
1523 Instruction *Caller = CS.getInstruction(); in transformCallThroughTrampoline() local
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h557 const Decl *Caller; variable
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp605 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateMinimalPathDiagnostic() local
1464 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateExtensivePathDiagnostic() local
1680 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateAlternateExtensivePathDiagnostic() local
/external/clang/lib/Sema/
DSemaOverload.cpp5635 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in AddOverloadCandidate() local
9034 FunctionDecl *Caller = cast<FunctionDecl>(S.CurContext); in DiagnoseBadTarget() local
9784 if (FunctionDecl *Caller = dyn_cast<FunctionDecl>(S.CurContext)) in AddMatchingNonTemplateFunction() local
DSemaExpr.cpp1637 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in BuildDeclRefExpr() local
/external/clang/include/clang/Sema/
DSema.h8024 bool CheckCUDATarget(const FunctionDecl *Caller, const FunctionDecl *Callee) { in CheckCUDATarget()
/external/clang/lib/AST/
DExprConstant.cpp291 CallStackFrame *Caller; member