Searched defs:Calls (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp44 SmallSetVector<CallBase *, 16> Calls; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp52 CallVec Calls; member in class:__anon2259::CastedAllocFinder
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h80 SmallPtrSet<Instruction *, 2> Calls; member in struct:llvm::objcarc::RRInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp100 SmallSetVector<CallBase *, 16> Calls; local
H A DInlineSizeEstimatorAnalysis.cpp57 Calls, member in class:__anon3361::IRToNativeSizeLearning::NamedFeatureIndex
H A DCallGraphSCCPass.cpp204 DenseMap<Value *, CallGraphNode *> Calls; local
[all...]
H A DStackSafetyAnalysis.cpp79 SmallVector<CallInfo<CalleeTy>, 4> Calls; member in struct:__anon3394::UseInfo
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp329 const auto Calls = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp661 std::vector<CallInst *> Calls; // new calls local
267 scanOneBB(Instruction *Start, Instruction *End, std::vector<CallInst *> &Calls, DenseSet<BasicBlock *> &Seen, std::vector<BasicBlock *> &Worklist) argument
294 scanInlinedCode(Instruction *Start, Instruction *End, std::vector<CallInst *> &Calls, DenseSet<BasicBlock *> &Seen) argument
[all...]
H A DMemCpyOptimizer.cpp435 SmallVector<const CallBase *, 8> Calls; local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp345 unsigned Calls = 0, Refs = 0, Functions = 0, Alias = 0, Globals = 0; local
362 << " refs and " << Calls << " calls)\n"; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp413 ReadySuspendResumeResult Calls = {{}, Operand, /*IsInvalid=*/true}; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h752 void setPredicateCalls(const std::vector<TreePredicateCall> &Calls) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h584 std::vector<Call> Calls; member in struct:llvm::CalleeInfo::FunctionSummary::ParamAccess
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6025 std::vector<FunctionSummary::EdgeTy> Calls = makeCallList( local

Completed in 147 milliseconds