Home
last modified time | relevance | path

Searched refs:Caller (Results 1 – 25 of 25) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DInliner.cpp86 Function *Caller = CS.getCaller(); in InlineCallIfPossible() local
96 Caller->addFnAttr(Attribute::StackProtectReq); in InlineCallIfPossible()
98 !Caller->hasFnAttr(Attribute::StackProtectReq)) in InlineCallIfPossible()
99 Caller->addFnAttr(Attribute::StackProtect); in InlineCallIfPossible()
207 Function *Caller = CS.getCaller(); in getInlineThreshold() local
208 if (Caller && !Caller->isDeclaration() && in getInlineThreshold()
209 Caller->hasFnAttr(Attribute::OptimizeForSize) && in getInlineThreshold()
239 Function *Caller = CS.getCaller(); in shouldInline() local
263 if (Caller->hasLocalLinkage() || in shouldInline()
264 Caller->getLinkage() == GlobalValue::LinkOnceODRLinkage) { in shouldInline()
[all …]
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp228 Function *Caller = FirstNewBlock->getParent(); in HandleInlinedInvoke() local
245 for (Function::iterator BB = FirstNewBlock, E = Caller->end(); BB != E; ++BB){ in HandleInlinedInvoke()
273 const Function *Caller = CS.getInstruction()->getParent()->getParent(); in UpdateCallGraphAfterInlining() local
276 CallGraphNode *CallerNode = CG[Caller]; in UpdateCallGraphAfterInlining()
370 Function *Caller = TheCall->getParent()->getParent(); in HandleByValArgument() local
373 &*Caller->begin()->begin()); in HandleByValArgument()
376 Function *MemCpyFn = Intrinsic::getDeclaration(Caller->getParent(), in HandleByValArgument()
513 Function *Caller = OrigBB->getParent(); in InlineFunction() local
520 if (!Caller->hasGC()) in InlineFunction()
521 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
[all …]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1003 Instruction *Caller = CS.getInstruction(); in transformConstExprCastCall() local
1011 Type *OldRetTy = Caller->getType(); in transformConstExprCastCall()
1023 OldRetTy == TD->getIntPtrType(Caller->getContext())) && in transformConstExprCastCall()
1025 NewRetTy == TD->getIntPtrType(Caller->getContext())))) in transformConstExprCastCall()
1028 if (!Caller->use_empty() && in transformConstExprCastCall()
1033 if (!CallerPAL.isEmpty() && !Caller->use_empty()) { in transformConstExprCastCall()
1043 if (!Caller->use_empty()) in transformConstExprCastCall()
1044 if (InvokeInst *II = dyn_cast<InvokeInst>(Caller)) in transformConstExprCastCall()
1085 ParamTy == TD->getIntPtrType(Caller->getContext())) && in transformConstExprCastCall()
1087 ActTy == TD->getIntPtrType(Caller->getContext())))); in transformConstExprCastCall()
[all …]
/external/llvm/test/Transforms/Inline/
D2003-09-14-InlineValue.ll11 define i32 @Caller() {
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h460 : PathDiagnosticPiece(Call), Caller(callerD), Callee(0), in PathDiagnosticCallPiece()
464 : PathDiagnosticPiece(Call), Caller(caller), Callee(0), in PathDiagnosticCallPiece()
467 const Decl *Caller; variable
486 const Decl *getCaller() const { return Caller; } in getCaller()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp603 if (Instruction *I = CallingSF.Caller.getInstruction()) { in popStackAndReturnValueToCaller()
605 if (!CallingSF.Caller.getType()->isVoidTy()) in popStackAndReturnValueToCaller()
609 CallingSF.Caller = CallSite(); // We returned from the call... in popStackAndReturnValueToCaller()
859 SF.Caller = CS; in visitCallSite()
861 const unsigned NumArgs = SF.Caller.arg_size(); in visitCallSite()
864 for (CallSite::arg_iterator i = SF.Caller.arg_begin(), in visitCallSite()
865 e = SF.Caller.arg_end(); i != e; ++i, ++pNum) { in visitCallSite()
872 GenericValue SRC = getOperandValue(SF.Caller.getCalledValue(), SF); in visitCallSite()
1262 assert((ECStack.empty() || ECStack.back().Caller.getInstruction() == 0 || in callFunction()
1263 ECStack.back().Caller.arg_size() == ArgVals.size()) && in callFunction()
DInterpreter.h76 CallSite Caller; // Holds the call that called subframes. member
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.compat32 ATTRIBUTE Caller-ID 31 string
Ddictionary.ascend69 ATTRIBUTE Ascend-FT1-Caller 175 integer
179 VALUE Ascend-FT1-Caller FT1-No 0
180 VALUE Ascend-FT1-Caller FT1-Yes 1
/external/llvm/test/Other/
Dlint.ll14 ; CHECK: Caller and callee calling convention differ
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp452 const Decl *Caller = CE->getLocationContext()->getDecl(); in GenerateMinimalPathDiagnostic() local
453 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller); in GenerateMinimalPathDiagnostic()
1110 const Decl * Caller = CE->getLocationContext()->getDecl(); in GenerateExtensivePathDiagnostic() local
1111 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller); in GenerateExtensivePathDiagnostic()
DPathDiagnostic.cpp558 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(Caller)) in getCallEnterWithinCallerEvent()
/external/libsepol/
DChangeLog525 Caller must do so first.
527 Caller must set policy_type separately.
529 Caller no longer needs to do so.
/external/bluetooth/bluez/doc/
Daudio-api.txt402 Caller number is provided as received from AG.
/external/llvm/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp50 Function *Caller; member in __anon944fadec0111::LibCallOptimization
68 Caller = CI->getParent()->getParent(); in OptimizeCall()
959 Module *M = Caller->getParent(); in CallOptimizer()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dcontent_setting_decoration.mm218 // Returns an attributed string with the animated text. Caller is responsible
/external/llvm/lib/Support/Windows/
DSignals.inc252 // IMPORTANT NOTE: Caller must call LeaveCriticalSection(&CriticalSection) or
/external/chromium/base/mac/
Dmac_util.mm79 // retained reference to it. Caller is responsible for releasing the reference.
/external/clang/lib/AST/
DExprConstant.cpp272 CallStackFrame *Caller; member
433 Frame = Frame->Caller; in getCallFrame()
585 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee), in CallStackFrame()
594 Info.CurrentCall = Caller; in ~CallStackFrame()
635 Frame = Frame->Caller, ++CallIdx) { in addCallStack()
/external/clang/lib/Sema/
DSemaOverload.cpp5282 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in AddOverloadCandidate() local
5283 if (CheckCUDATarget(Caller, Function)) { in AddOverloadCandidate()
8259 FunctionDecl *Caller = cast<FunctionDecl>(S.CurContext); in DiagnoseBadTarget() local
8262 Sema::CUDAFunctionTarget CallerTarget = S.IdentifyCUDATarget(Caller), in DiagnoseBadTarget()
8869 if (FunctionDecl *Caller = dyn_cast<FunctionDecl>(S.CurContext)) in AddMatchingNonTemplateFunction() local
8870 if (S.CheckCUDATarget(Caller, FunDecl)) in AddMatchingNonTemplateFunction()
DSemaExpr.cpp1283 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in BuildDeclRefExpr() local
1285 CUDAFunctionTarget CallerTarget = IdentifyCUDATarget(Caller), in BuildDeclRefExpr()
/external/clang/include/clang/Sema/
DSema.h6609 bool CheckCUDATarget(const FunctionDecl *Caller, const FunctionDecl *Callee) { in CheckCUDATarget() argument
6610 return CheckCUDATarget(IdentifyCUDATarget(Caller), in CheckCUDATarget()
/external/elfutils/src/
DChangeLog1205 (attr_callback): Caller updated.
/external/webkit/Source/WebCore/
DChangeLog-2010-05-249791 … 3) Recalculate Style caller info are duplicating in Details Popover (Caller and Details rows).
10022 … 3) Recalculate Style caller info are duplicating in Details Popover (Caller and Details rows).
42950Caller info support for all kind of Timeline events and new Function Call event will be added.
DChangeLog-2010-12-0692187 … The result will be a list of nodes in the z-order they are hit-tested. Caller will decide how
96661 WebInspector: It is possible to show full call stack instead of top frame for Caller