| /freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/ |
| D | CallGraph.cpp | 55 const Function *Callee = CS.getCalledFunction(); in addToCallGraph() local 221 void CallGraphNode::removeAnyCallEdgeTo(CallGraphNode *Callee) { in removeAnyCallEdgeTo() 233 void CallGraphNode::removeOneAbstractEdgeTo(CallGraphNode *Callee) { in removeOneAbstractEdgeTo()
|
| D | CallGraphSCCPass.cpp | 253 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
|
| D | InlineCost.cpp | 146 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()
|
| D | GlobalsModRef.cpp | 414 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/ |
| D | Inliner.cpp | 77 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
|
| D | InlineAlways.cpp | 90 Function *Callee = CS.getCalledFunction(); in getInlineCost() local
|
| D | PruneEH.cpp | 118 } else if (Function *Callee = CI->getCalledFunction()) { in runOnSCC() local
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGCUDARuntime.cpp | 46 llvm::Value *Callee = CGF.EmitScalarExpr(E->getCallee()); in EmitCUDAKernelCallExpr() local
|
| D | CGVTables.cpp | 185 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
|
| D | CGExprCXX.cpp | 29 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()
|
| D | ItaniumCXXABI.cpp | 380 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/ |
| D | CheckerContext.cpp | 24 const Expr *Callee = CE->getCallee(); in getCalleeDecl() local
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | NoReturnFunctionChecker.cpp | 46 const Expr *Callee = CE.getOriginExpr(); in checkPostCall() local
|
| D | MallocSizeofChecker.cpp | 221 const FunctionDecl *Callee = i->AllocCall->getDirectCallee(); in checkASTCodeBody() local
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCAPElim.cpp | 71 if (const Function *Callee = CS.getCalledFunction()) { in MayAutorelease() local
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCalls.cpp | 862 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/ |
| D | SparcAsmPrinter.cpp | 108 MCOperand &Callee) in EmitCall() 232 MCOperand Callee = createPCXCallOP(EndLabel, OutContext); in LowerGETPCXAndEmitMCInsts() local
|
| D | SparcISelLowering.cpp | 659 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/ |
| D | MemoryBuiltins.cpp | 84 Function *Callee = CS.getCalledFunction(); in getCalledFunction() local 99 Function *Callee = getCalledFunction(V, LookThroughBitCast); in getAllocationData() local 320 Function *Callee = CI->getCalledFunction(); in isFreeCall() local
|
| D | Lint.cpp | 63 static unsigned Callee = 4; variable 199 Value *Callee = CS.getCalledValue(); in visitCallSite() local
|
| D | AliasAnalysisEvaluator.cpp | 163 Value *Callee = CS.getCalledValue(); in runOnFunction() local
|
| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | IRBuilder.cpp | 55 static CallInst *createCallHelper(Value *Callee, ArrayRef<Value *> Ops, in createCallHelper()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/ |
| D | SimplifyLibCalls.cpp | 1248 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
|
| D | BuildLibCalls.cpp | 307 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/ |
| D | IntrinsicLowering.cpp | 344 const Function *Callee = CI->getCalledFunction(); in LowerIntrinsicCall() local
|