/external/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 86 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/ |
D | InlineFunction.cpp | 228 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/ |
D | InstCombineCalls.cpp | 1003 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/ |
D | 2003-09-14-InlineValue.ll | 11 define i32 @Caller() {
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 460 : 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/ |
D | Execution.cpp | 603 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()
|
D | Interpreter.h | 76 CallSite Caller; // Holds the call that called subframes. member
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.compat | 32 ATTRIBUTE Caller-ID 31 string
|
D | dictionary.ascend | 69 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/ |
D | lint.ll | 14 ; CHECK: Caller and callee calling convention differ
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 452 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()
|
D | PathDiagnostic.cpp | 558 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(Caller)) in getCallEnterWithinCallerEvent()
|
/external/libsepol/ |
D | ChangeLog | 525 Caller must do so first. 527 Caller must set policy_type separately. 529 Caller no longer needs to do so.
|
/external/bluetooth/bluez/doc/ |
D | audio-api.txt | 402 Caller number is provided as received from AG.
|
/external/llvm/lib/Transforms/Scalar/ |
D | SimplifyLibCalls.cpp | 50 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/ |
D | content_setting_decoration.mm | 218 // Returns an attributed string with the animated text. Caller is responsible
|
/external/llvm/lib/Support/Windows/ |
D | Signals.inc | 252 // IMPORTANT NOTE: Caller must call LeaveCriticalSection(&CriticalSection) or
|
/external/chromium/base/mac/ |
D | mac_util.mm | 79 // retained reference to it. Caller is responsible for releasing the reference.
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 272 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/ |
D | SemaOverload.cpp | 5282 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()
|
D | SemaExpr.cpp | 1283 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext)) in BuildDeclRefExpr() local 1285 CUDAFunctionTarget CallerTarget = IdentifyCUDATarget(Caller), in BuildDeclRefExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6609 bool CheckCUDATarget(const FunctionDecl *Caller, const FunctionDecl *Callee) { in CheckCUDATarget() argument 6610 return CheckCUDATarget(IdentifyCUDATarget(Caller), in CheckCUDATarget()
|
/external/elfutils/src/ |
D | ChangeLog | 1205 (attr_callback): Caller updated.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 9791 … 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). 42950 … Caller info support for all kind of Timeline events and new Function Call event will be added.
|
D | ChangeLog-2010-12-06 | 92187 … 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
|