Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Transforms/IPO/
DInliner.cpp77 static void AdjustCallerSSPLevel(Function *Caller, Function *Callee) { in AdjustCallerSSPLevel()
122 Function *Caller = CS.getCaller(); in InlineCallIfPossible() local
261 Function *Caller = CS.getCaller(); in getInlineThreshold() local
300 Function *Caller = CS.getCaller(); in shouldInline() local
472 Function *Caller = CS.getCaller(); in runOnSCC() local
/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DInlineFunction.cpp242 Function *Caller = FirstNewBlock->getParent(); in HandleInlinedInvoke() local
284 const Function *Caller = CS.getInstruction()->getParent()->getParent(); in UpdateCallGraphAfterInlining() local
381 Function *Caller = TheCall->getParent()->getParent(); in HandleByValArgument() local
524 Function *Caller = OrigBB->getParent(); in InlineFunction() local
DSimplifyLibCalls.cpp45 Function *Caller; member in __anon414a25810111::LibCallOptimization
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h76 CallSite Caller; // Holds the call that called subframes. member
/freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp986 Instruction *Caller = CS.getInstruction(); in transformConstExprCastCall() local
1272 Instruction *Caller = CS.getInstruction(); in transformCallThroughTrampoline() local
/freebsd-9-stable/contrib/llvm/lib/Analysis/IPA/
DInlineCost.cpp1041 Function *Caller = CS.getInstruction()->getParent()->getParent(); in analyzeCall() local
1222 static bool functionsHaveCompatibleAttributes(Function *Caller, in functionsHaveCompatibleAttributes()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp604 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateMinimalPathDiagnostic() local
1463 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateExtensivePathDiagnostic() local
1679 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateAlternateExtensivePathDiagnostic() local
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h553 const Decl *Caller; variable
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaOverload.cpp5543 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in AddOverloadCandidate() local
8807 FunctionDecl *Caller = cast<FunctionDecl>(S.CurContext); in DiagnoseBadTarget() local
9527 if (FunctionDecl *Caller = dyn_cast<FunctionDecl>(S.CurContext)) in AddMatchingNonTemplateFunction() local
DSemaExpr.cpp1615 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in BuildDeclRefExpr() local
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h7647 bool CheckCUDATarget(const FunctionDecl *Caller, const FunctionDecl *Callee) { in CheckCUDATarget()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DExprConstant.cpp291 CallStackFrame *Caller; member