Home
last modified time | relevance | path

Searched refs:AllRefs (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DFileIndex.cpp340 llvm::DenseMap<SymbolID, llvm::ArrayRef<Ref>> AllRefs; in buildIndex() local
350 AllRefs.reserve(MergedRefs.size()); in buildIndex()
356 AllRefs.try_emplace( in buildIndex()
386 llvm::make_pointee_range(AllSymbols), std::move(AllRefs), in buildIndex()
393 llvm::make_pointee_range(AllSymbols), std::move(AllRefs), in buildIndex()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFindTargetTests.cpp1126 struct AllRefs { struct in clang::clangd::__anond1dea4c80111::FindExplicitReferencesTest
1134 AllRefs annotateReferencesInFoo(llvm::StringRef Code) { in annotateReferencesInFoo()
1201 return AllRefs{std::move(AnnotatedCode), std::move(DumpedReferences)}; in annotateReferencesInFoo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRDFGraph.cpp887 RegisterSet AllRefs; in build() local
891 AllRefs.insert(RA.Addr->getRegRef(*this)); in build()
953 buildPhis(PhiM, AllRefs, BA); in build()
1406 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs, in buildPhis() argument
1431 MaxRefs.push_back(MaxCoverIn(I, AllRefs)); in buildPhis()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRDFGraph.h844 void buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs,