Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDEscapeEnumerator.cpp60 SmallVector<Instruction *, 16> Calls; in Next() local
HDSimplifyLibCalls.cpp2971 Value *Res) { in optimizeSinCosPi()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDPlaceSafepoints.cpp475 std::vector<CallInst *> &Calls, in scanOneBB()
502 std::vector<CallInst *> &Calls, in scanInlinedCode()
663 std::vector<CallInst *> Calls; // new calls in InsertSafepointPoll() local
HDMemCpyOptimizer.cpp540 SmallVector<const CallBase *, 8> Calls; in moveUp() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyAddMissingPrototypes.cpp90 SmallVector<CallBase *> Calls; in runOnModule() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDModuleInliner.cpp141 auto Calls = getInlineOrder(FAM, Params, MAM, M); in run() local
HDAlwaysInliner.cpp38 SmallSetVector<CallBase *, 16> Calls; in AlwaysInlineImpl() local
HDInliner.cpp251 SmallVector<std::pair<CallBase *, int>, 16> Calls; in run() local
HDMemProfContextDisambiguation.cpp1262 auto &Calls = StackIdToMatchingCalls[Node->OrigStackOrAllocId]; in assignStackNodesPostOrder() local
1426 auto &Calls = It.getSecond(); in updateStackNodes() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
HDPtrState.h80 SmallPtrSet<Instruction *, 2> Calls; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDAliasAnalysisEvaluator.cpp107 SmallSetVector<CallBase *, 16> Calls; in runInternal() local
HDInlineSizeEstimatorAnalysis.cpp55 Calls, enumerator
HDCallGraphSCCPass.cpp207 DenseMap<Value *, CallGraphNode *> Calls; in RefreshCallGraph() local
HDStackSafetyAnalysis.cpp130 CallsTy Calls; member
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMallocSizeofChecker.cpp53 CallVec Calls; member in __anon87b4cb650111::CastedAllocFinder
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFPreserveStaticOffset.cpp595 std::vector<Instruction *> Calls; in collectPreserveStaticOffsetCalls() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDExprMutationAnalyzer.cpp511 const auto Calls = in findCastMutation() local
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-lto/
HDllvm-lto.cpp389 unsigned Calls = 0, Refs = 0, Functions = 0, Alias = 0, Globals = 0; in printIndexStats() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULibCalls.cpp1444 auto replaceTrigInsts = [](ArrayRef<CallInst *> Calls, Value *Res) { in fold_sincos()
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenDAGPatterns.h755 void setPredicateCalls(const std::vector<TreePredicateCall> &Calls) { in setPredicateCalls()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCoroutine.cpp380 ReadySuspendResumeResult Calls = {{}, Operand, /*IsInvalid=*/false}; in buildCoawaitCalls() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclCXX.cpp1620 DeclContext::lookup_result Calls = RD.lookup(Name); in getLambdaCallOperatorHelper() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp9388 std::vector<FunctionSummary::EdgeTy> Calls; in parseFunctionSummary() local
9677 bool LLParser::parseOptionalCalls(std::vector<FunctionSummary::EdgeTy> &Calls) { in parseOptionalCalls()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h3423 void setLibcallName(ArrayRef<RTLIB::Libcall> Calls, const char *Name) { in setLibcallName()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp7656 std::vector<FunctionSummary::EdgeTy> Calls = makeCallList( in parseEntireSummary() local