Home
last modified time | relevance | path

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

12345

/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp188 Function *Callee = CI->getCalledFunction(); in optimizeStrCat() local
236 Function *Callee = CI->getCalledFunction(); in optimizeStrNCat() local
278 Function *Callee = CI->getCalledFunction(); in optimizeStrChr() local
323 Function *Callee = CI->getCalledFunction(); in optimizeStrRChr() local
358 Function *Callee = CI->getCalledFunction(); in optimizeStrCmp() local
399 Function *Callee = CI->getCalledFunction(); in optimizeStrNCmp() local
447 Function *Callee = CI->getCalledFunction(); in optimizeStrCpy() local
469 Function *Callee = CI->getCalledFunction(); in optimizeStpCpy() local
499 Function *Callee = CI->getCalledFunction(); in optimizeStrNCpy() local
542 Function *Callee = CI->getCalledFunction(); in optimizeStrLen() local
[all …]
DBuildLibCalls.cpp284 Value *Callee = M->getOrInsertFunction(Name, Op->getType(), in EmitUnaryFloatFnCall() local
305 Value *Callee = M->getOrInsertFunction(Name, Op1->getType(), in EmitBinaryFloatFnCall() local
/external/llvm/lib/Analysis/IPA/
DCallGraph.cpp83 const Function *Callee = CS.getCalledFunction(); in addToCallGraph() local
197 void CallGraphNode::removeAnyCallEdgeTo(CallGraphNode *Callee) { in removeAnyCallEdgeTo()
209 void CallGraphNode::removeOneAbstractEdgeTo(CallGraphNode *Callee) { in removeOneAbstractEdgeTo()
DCallGraphSCCPass.cpp250 Function *Callee = CS.getCalledFunction(); in RefreshCallGraph() local
266 Function *Callee = CS.getCalledFunction(); in RefreshCallGraph() local
298 if (Function *Callee = CS.getCalledFunction()) { in RefreshCallGraph() local
322 if (Function *Callee = CS.getCalledFunction()) { in RefreshCallGraph() local
DInlineCost.cpp147 Function &Callee, int Threshold) in CallAnalyzer()
776 Value *Callee = CS.getCalledValue(); in visitCallSite() local
1301 Function *Callee) { in functionsHaveCompatibleAttributes()
1309 InlineCost InlineCostAnalysis::getInlineCost(CallSite CS, Function *Callee, in getInlineCost()
DGlobalsModRef.cpp409 if (Function *Callee = CI->second->getFunction()) { in AnalyzeCallGraph() local
458 Function *Callee = Intrinsic->getCalledFunction(); in AnalyzeCallGraph() local
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp78 void LazyCallGraph::Node::insertEdgeInternal(Function &Callee) { in insertEdgeInternal()
91 void LazyCallGraph::Node::removeEdgeInternal(Function &Callee) { in removeEdgeInternal()
531 void LazyCallGraph::insertEdge(Node &CallerN, Function &Callee) { in insertEdge()
538 void LazyCallGraph::removeEdge(Node &CallerN, Function &Callee) { in removeEdge()
560 for (auto &Callee : N->Callees) in updateGraphPtrs() local
DMemoryBuiltins.cpp85 Function *Callee = CS.getCalledFunction(); in getCalledFunction() local
100 Function *Callee = getCalledFunction(V, LookThroughBitCast); in getAllocationData() local
304 Function *Callee = CI->getCalledFunction(); in isFreeCall() local
/external/llvm/lib/Transforms/IPO/
DInliner.cpp90 static void AdjustCallerSSPLevel(Function *Caller, Function *Callee) { in AdjustCallerSSPLevel()
125 Function *Callee = CS.getCalledFunction(); in InlineCallIfPossible() local
269 Function *Callee = CS.getCalledFunction(); in getInlineThreshold() local
503 Function *Callee = CS.getCalledFunction(); in runOnSCC() local
DInlineAlways.cpp96 Function *Callee = CS.getCalledFunction(); in getInlineCost() local
DPruneEH.cpp121 } else if (Function *Callee = CI->getCalledFunction()) { in runOnSCC() local
/external/clang/lib/CodeGen/
DCGCUDARuntime.cpp47 llvm::Value *Callee = CGF.EmitScalarExpr(E->getCallee()); in EmitCUDAKernelCallExpr() local
DCGVTables.cpp137 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true); in GenerateVarArgsThunk() local
224 void CodeGenFunction::EmitCallAndReturnForThunk(llvm::Value *Callee, in EmitCallAndReturnForThunk()
311 llvm::Value *Callee) { in EmitMustTailThunk()
373 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true); in GenerateThunk() local
DCGExprCXX.cpp28 CodeGenFunction &CGF, const CXXMethodDecl *MD, llvm::Value *Callee, in commonEmitCXXMemberOrOperatorCall()
73 const CXXMethodDecl *MD, llvm::Value *Callee, ReturnValueSlot ReturnValue, in EmitCXXMemberOrOperatorCall()
86 const CXXMethodDecl *MD, llvm::Value *Callee, ReturnValueSlot ReturnValue, in EmitCXXStructorCall()
118 llvm::Value *Callee = CGM.GetAddrOfFunction(MD); in EmitCXXMemberCallExpr() local
228 llvm::Value *Callee; in EmitCXXMemberOrOperatorMemberCallExpr() local
314 llvm::Value *Callee = in EmitCXXMemberPointerCallExpr() local
1035 const FunctionDecl *Callee, in EmitNewDeleteCall()
/external/clang/examples/analyzer-plugin/
DMainCallChecker.cpp21 const Expr *Callee = CE->getCallee(); in checkPreStmt() local
/external/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp24 const Expr *Callee = CE->getCallee(); in getCalleeDecl() local
/external/clang/lib/StaticAnalyzer/Checkers/
DNoReturnFunctionChecker.cpp48 const Expr *Callee = CE.getOriginExpr(); in checkPostCall() local
/external/llvm/lib/ProfileData/
DSampleProfWriter.cpp90 std::string Callee = J.first(); in write() local
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h451 void insertEdge(Function &Caller, Function &Callee) { in insertEdge()
459 void removeEdge(Function &Caller, Function &Callee) { in removeEdge()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCAPElim.cpp72 if (const Function *Callee = CS.getCalledFunction()) { in MayAutorelease() local
/external/llvm/lib/Target/Mips/
DMipsCCState.cpp64 MipsCCState::getSpecialCallingConvForCallee(const SDNode *Callee, in getSpecialCallingConvForCallee()
/external/clang/lib/Sema/
DSemaCUDA.cpp64 const FunctionDecl *Callee) { in CheckCUDATarget()
/external/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp111 MCOperand &Callee, in EmitCall()
243 MCOperand Callee = createPCXCallOP(EndLabel, OutContext); in LowerGETPCXAndEmitMCInsts() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1342 static IntrinsicInst *FindInitTrampoline(Value *Callee) { in FindInitTrampoline()
1368 Value *Callee = CS.getCalledValue(); in visitCallSite() local
1462 Function *Callee = in transformConstExprCastCall() local
1745 Value *Callee = CS.getCalledValue(); in transformCallThroughTrampoline() local
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp106 std::string Callee; member in __anon8870a2400111::CallExprAST

12345