Searched refs:Caller (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp87 Function *Caller = CS.getCaller(); local
97 Caller->addFnAttr(Attribute::StackProtectReq);
99 !Caller->hasFnAttr(Attribute::StackProtectReq))
100 Caller->addFnAttr(Attribute::StackProtect);
210 Function *Caller = CS.getCaller(); local
211 bool OptSize = Caller && !Caller->isDeclaration() &&
212 Caller->hasFnAttr(Attribute::OptimizeForSize);
243 Function *Caller = CS.getCaller(); local
267 if (Caller
415 Function *Caller = CS.getCaller(); local
[all...]
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp228 Function *Caller = FirstNewBlock->getParent(); local
245 for (Function::iterator BB = FirstNewBlock, E = Caller->end(); BB != E; ++BB){
273 const Function *Caller = CS.getInstruction()->getParent()->getParent(); local
276 CallGraphNode *CallerNode = CG[Caller];
323 // Update the call graph by deleting the edge from Callee to Caller. We must
324 // do this after the loop above in case Caller and Callee are the same.
370 Function *Caller = TheCall->getParent()->getParent(); local
373 &*Caller->begin()->begin());
376 Function *MemCpyFn = Intrinsic::getDeclaration(Caller->getParent(),
513 Function *Caller local
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp985 Instruction *Caller = CS.getInstruction();
993 Type *OldRetTy = Caller->getType();
1005 OldRetTy == TD->getIntPtrType(Caller->getContext())) &&
1007 NewRetTy == TD->getIntPtrType(Caller->getContext()))))
1010 if (!Caller->use_empty() &&
1015 if (!CallerPAL.isEmpty() && !Caller->use_empty()) {
1025 if (!Caller->use_empty())
1026 if (InvokeInst *II = dyn_cast<InvokeInst>(Caller))
1067 ParamTy == TD->getIntPtrType(Caller->getContext())) &&
1069 ActTy == TD->getIntPtrType(Caller
1270 Instruction *Caller = CS.getInstruction(); local
[all...]
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.compat32 ATTRIBUTE Caller-ID 31 string
H A 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/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h503 : PathDiagnosticPiece(Call), Caller(callerD), Callee(0),
507 : PathDiagnosticPiece(Call), Caller(caller), Callee(0),
510 const Decl *Caller; member in class:clang::ento::PathDiagnosticCallPiece
529 const Decl *getCaller() const { return Caller; }
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp603 if (Instruction *I = CallingSF.Caller.getInstruction()) {
605 if (!CallingSF.Caller.getType()->isVoidTy())
609 CallingSF.Caller = CallSite(); // We returned from the call...
888 SF.Caller = CS;
890 const unsigned NumArgs = SF.Caller.arg_size();
893 for (CallSite::arg_iterator i = SF.Caller.arg_begin(),
894 e = SF.Caller.arg_end(); i != e; ++i, ++pNum) {
901 GenericValue SRC = getOperandValue(SF.Caller.getCalledValue(), SF);
1291 assert((ECStack.empty() || ECStack.back().Caller.getInstruction() == 0 ||
1292 ECStack.back().Caller
[all...]
H A DInterpreter.h76 CallSite Caller; // Holds the call that called subframes. member in struct:llvm::ExecutionContext
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp464 const Decl *Caller = CE->getLocationContext()->getDecl(); local
465 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller);
1215 const Decl *Caller = CE->getLocationContext()->getDecl(); local
1216 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller);
H A DPathDiagnostic.cpp791 if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(Caller))
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp55 Function *Caller; member in class:__anon9146::LibCallOptimization
73 Caller = CI->getParent()->getParent();
1068 Module *M = Caller->getParent();
/external/clang/lib/AST/
H A DExprConstant.cpp272 CallStackFrame *Caller; member in struct:__anon3489::CallStackFrame
424 Frame = Frame->Caller;
576 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee),
585 Info.CurrentCall = Caller;
626 Frame = Frame->Caller, ++CallIdx) {
/external/clang/lib/Sema/
H A DSemaOverload.cpp2500 /// for equality of their argument types. Caller has already checked that
5300 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext))
5301 if (CheckCUDATarget(Caller, Function)) {
8405 FunctionDecl *Caller = cast<FunctionDecl>(S.CurContext); local
8408 Sema::CUDAFunctionTarget CallerTarget = S.IdentifyCUDATarget(Caller),
9015 if (FunctionDecl *Caller = dyn_cast<FunctionDecl>(S.CurContext))
9016 if (S.CheckCUDATarget(Caller, FunDecl))
H A DSemaExpr.cpp1388 if (const FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext))
1390 CUDAFunctionTarget CallerTarget = IdentifyCUDATarget(Caller),
/external/clang/include/clang/Sema/
H A DSema.h6897 bool CheckCUDATarget(const FunctionDecl *Caller, const FunctionDecl *Callee) { argument
6898 return CheckCUDATarget(IdentifyCUDATarget(Caller),

Completed in 385 milliseconds