Home
last modified time | relevance | path

Searched defs:Callee (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/
DCallGraph.cpp55 const Function *Callee = CS.getCalledFunction(); in addToCallGraph() local
221 void CallGraphNode::removeAnyCallEdgeTo(CallGraphNode *Callee) { in removeAnyCallEdgeTo()
233 void CallGraphNode::removeOneAbstractEdgeTo(CallGraphNode *Callee) { in removeOneAbstractEdgeTo()
DCallGraphSCCPass.cpp253 Function *Callee = CS.getCalledFunction(); in RefreshCallGraph() local
285 if (Function *Callee = CS.getCalledFunction()) { in RefreshCallGraph() local
309 if (Function *Callee = CS.getCalledFunction()) { in RefreshCallGraph() local
DInlineCost.cpp146 Function &Callee, int Threshold) in CallAnalyzer()
770 Value *Callee = CS.getCalledValue(); in visitCallSite() local
1223 Function *Callee) { in functionsHaveCompatibleAttributes()
1229 InlineCost InlineCostAnalysis::getInlineCost(CallSite CS, Function *Callee, in getInlineCost()
DGlobalsModRef.cpp414 if (Function *Callee = CI->second->getFunction()) { in AnalyzeCallGraph() local
465 Function *Callee = Intrinsic->getCalledFunction(); in AnalyzeCallGraph() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
DInliner.cpp77 static void AdjustCallerSSPLevel(Function *Caller, Function *Callee) { in AdjustCallerSSPLevel()
121 Function *Callee = CS.getCalledFunction(); in InlineCallIfPossible() local
271 Function *Callee = CS.getCalledFunction(); in getInlineThreshold() local
473 Function *Callee = CS.getCalledFunction(); in runOnSCC() local
DInlineAlways.cpp90 Function *Callee = CS.getCalledFunction(); in getInlineCost() local
DPruneEH.cpp118 } else if (Function *Callee = CI->getCalledFunction()) { in runOnSCC() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCUDARuntime.cpp46 llvm::Value *Callee = CGF.EmitScalarExpr(E->getCallee()); in EmitCUDAKernelCallExpr() local
DCGVTables.cpp185 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true); in GenerateVarArgsThunk() local
273 llvm::Value *Callee, in EmitCallAndReturnForThunk()
351 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true); in GenerateThunk() local
DCGExprCXX.cpp29 llvm::Value *Callee, in EmitCXXMemberCall()
88 llvm::Value *Callee = CGM.GetAddrOfFunction(MD); in EmitCXXMemberCallExpr() local
180 llvm::Value *Callee; in EmitCXXMemberCallExpr() local
262 llvm::Value *Callee = in EmitCXXMemberPointerCallExpr() local
298 llvm::Value *Callee = EmitCXXOperatorMemberCallee(E, MD, This); in EmitCXXOperatorMemberCallExpr() local
934 const FunctionDecl *Callee, in EmitNewDeleteCall()
DItaniumCXXABI.cpp380 llvm::PHINode *Callee = Builder.CreatePHI(FTy->getPointerTo(), 2); in EmitLoadOfMemberFunctionPointer() local
918 llvm::Value *Callee = CGM.GetAddrOfCXXConstructor(D, Type); in EmitConstructorCall() local
1058 llvm::Value *Callee = in EmitVirtualDestructorCall() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp24 const Expr *Callee = CE->getCallee(); in getCalleeDecl() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DNoReturnFunctionChecker.cpp46 const Expr *Callee = CE.getOriginExpr(); in checkPostCall() local
DMallocSizeofChecker.cpp221 const FunctionDecl *Callee = i->AllocCall->getDirectCallee(); in checkASTCodeBody() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/
DObjCARCAPElim.cpp71 if (const Function *Callee = CS.getCalledFunction()) { in MayAutorelease() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp862 static IntrinsicInst *FindInitTrampoline(Value *Callee) { in FindInitTrampoline()
888 Value *Callee = CS.getCalledValue(); in visitCallSite() local
982 Function *Callee = in transformConstExprCastCall() local
1238 Value *Callee = CS.getCalledValue(); in transformCallThroughTrampoline() local
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp108 MCOperand &Callee) in EmitCall()
232 MCOperand Callee = createPCXCallOP(EndLabel, OutContext); in LowerGETPCXAndEmitMCInsts() local
DSparcISelLowering.cpp659 static bool hasReturnsTwiceAttr(SelectionDAG &DAG, SDValue Callee, in hasReturnsTwiceAttr()
690 SDValue Callee = CLI.Callee; in LowerCall_32() local
1212 SDValue Callee = CLI.Callee; in LowerCall_64() local
1901 SDValue Callee = DAG.getTargetExternalSymbol("__tls_get_addr", PtrVT); in LowerGlobalTLSAddress() local
2010 SDValue Callee = DAG.getExternalSymbol(LibFuncName, getPointerTy()); in LowerF128Op() local
2086 SDValue Callee = DAG.getExternalSymbol(LibCall, getPointerTy()); in LowerF128Compare() local
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DMemoryBuiltins.cpp84 Function *Callee = CS.getCalledFunction(); in getCalledFunction() local
99 Function *Callee = getCalledFunction(V, LookThroughBitCast); in getAllocationData() local
320 Function *Callee = CI->getCalledFunction(); in isFreeCall() local
DLint.cpp63 static unsigned Callee = 4; variable
199 Value *Callee = CS.getCalledValue(); in visitCallSite() local
DAliasAnalysisEvaluator.cpp163 Value *Callee = CS.getCalledValue(); in runOnFunction() local
/freebsd-10-stable/contrib/llvm/lib/IR/
DIRBuilder.cpp55 static CallInst *createCallHelper(Value *Callee, ArrayRef<Value *> Ops, in createCallHelper()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1248 Value *Callee = M->getOrInsertFunction(Name, Op->getType(), in callOptimizer() local
1301 Function *Callee = CI->getCalledFunction(); in isTrigLibCall() local
1325 Function *Callee = CI->getCalledFunction(); in classifyArgUse() local
1380 Value *Callee = M->getOrInsertFunction(Name, OrigCallee->getAttributes(), in insertSinCosCall() local
2001 Function *Callee = CI->getCalledFunction(); in lookupOptimization() local
DBuildLibCalls.cpp307 Value *Callee = M->getOrInsertFunction(Name, Op->getType(), in EmitUnaryFloatFnCall() local
475 Function *Callee = CI->getCalledFunction(); in fold() local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DIntrinsicLowering.cpp344 const Function *Callee = CI->getCalledFunction(); in LowerIntrinsicCall() local

1234