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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp46 SmallSetVector<CallBase *, 16> Calls; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp103 SmallSetVector<CallBase *, 16> Calls; local
H A DInlineSizeEstimatorAnalysis.cpp57 Calls, member in class:__anon1658::IRToNativeSizeLearning::NamedFeatureIndex
H A DCallGraphSCCPass.cpp207 DenseMap<Value *, CallGraphNode *> Calls; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h80 SmallPtrSet<Instruction *, 2> Calls; member in struct:llvm::objcarc::RRInfo
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp52 CallVec Calls; member in class:__anon1005::CastedAllocFinder
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp660 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.cpp545 SmallVector<const CallBase *, 8> Calls; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp430 const auto Calls = local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp343 unsigned Calls = 0, Refs = 0, Functions = 0, Alias = 0, Globals = 0; local
360 << " refs and " << Calls << " calls)\n"; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp430 ReadySuspendResumeResult Calls = {{}, Operand, /*IsInvalid=*/false}; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h746 void setPredicateCalls(const std::vector<TreePredicateCall> &Calls) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h602 std::vector<Call> Calls; member in struct:llvm::CalleeInfo::FunctionSummary::ParamAccess
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6281 std::vector<FunctionSummary::EdgeTy> Calls = makeCallList( local

Completed in 279 milliseconds