Home
last modified time | relevance | path

Searched defs:Calls (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp60 SmallVector<Instruction *, 16> Calls; in Next() local
H A DSimplifyLibCalls.cpp2182 Value *Res) { in optimizeSinCosPi()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp268 std::vector<CallInst *> &Calls, in scanOneBB()
295 std::vector<CallInst *> &Calls, in scanInlinedCode()
660 std::vector<CallInst *> Calls; // new calls in INITIALIZE_PASS_DEPENDENCY() local
H A DMemCpyOptimizer.cpp545 SmallVector<const CallBase *, 8> Calls; in moveUp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp46 SmallSetVector<CallBase *, 16> Calls; in run() local
H A DInliner.cpp717 SmallVector<std::pair<CallBase *, int>, 16> Calls; in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h80 SmallPtrSet<Instruction *, 2> Calls; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp52 CallVec Calls; member in __anonf885b0960111::CastedAllocFinder
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp103 SmallSetVector<CallBase *, 16> Calls; in runInternal() local
H A DInlineSizeEstimatorAnalysis.cpp57 Calls, enumerator
H A DCallGraphSCCPass.cpp207 DenseMap<Value *, CallGraphNode *> Calls; in RefreshCallGraph() local
H A DStackSafetyAnalysis.cpp127 CallsTy Calls; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp430 const auto Calls = in findCastMutation() local
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodeGenerator.rst2045 .. _feat_segstacks:
H A DLangRef.rst7331 Calls subsection
7352 .. _params_summary:
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp343 unsigned Calls = 0, Refs = 0, Functions = 0, Alias = 0, Globals = 0; in printIndexStats() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp430 ReadySuspendResumeResult Calls = {{}, Operand, /*IsInvalid=*/false}; in buildCoawaitCalls() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h746 void setPredicateCalls(const std::vector<TreePredicateCall> &Calls) { in setPredicateCalls()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1488 DeclContext::lookup_result Calls = RD.lookup(Name); in getLambdaCallOperatorHelper() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp8658 std::vector<FunctionSummary::EdgeTy> Calls; in parseFunctionSummary() local
8908 bool LLParser::parseOptionalCalls(std::vector<FunctionSummary::EdgeTy> &Calls) { in parseOptionalCalls()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6281 std::vector<FunctionSummary::EdgeTy> Calls = makeCallList( in parseEntireSummary() local