HomeSort by: relevance | last modified time | path
    Searched refs:DirectCallee (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 303 CallBase &llvm::pgo::promoteIndirectCall(CallBase &CB, Function *DirectCallee,
316 promoteCallWithIfThenElse(CB, DirectCallee, BranchWeights);
330 << "Promote indirect call to " << NV("DirectCallee", DirectCallee)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CallPromotionUtils.cpp 583 Function *DirectCallee = dyn_cast<Function>(Ptr->stripPointerCasts());
584 if (!DirectCallee)
587 if (!isLegalToPromote(CB, DirectCallee))
591 promoteCall(CB, DirectCallee);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 1376 const FunctionDecl *DirectCallee = OpCE->getDirectCallee();
1377 if (const auto *MD = dyn_cast<CXXMethodDecl>(DirectCallee))
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 1366 const Function *DirectCallee = CB->getCalledFunction();
1368 if (!DirectCallee) {
1391 DirectCallee = CalleeF;
1397 if (DirectCallee)
1398 if (getAlign(*DirectCallee, Idx, Alignment))
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 111 if (const FunctionDecl *DirectCallee = CE->getDirectCallee())
112 return DirectCallee->getAttr<AllocSizeAttr>();

Completed in 42 milliseconds