Searched refs:AllRefs (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | FileIndex.cpp | 328 llvm::DenseMap<SymbolID, llvm::ArrayRef<Ref>> AllRefs; in buildIndex() local 338 AllRefs.reserve(MergedRefs.size()); in buildIndex() 344 AllRefs.try_emplace( in buildIndex() 374 llvm::make_pointee_range(AllSymbols), std::move(AllRefs), in buildIndex() 381 llvm::make_pointee_range(AllSymbols), std::move(AllRefs), in buildIndex()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | FindTargetTests.cpp | 911 struct AllRefs { struct in clang::clangd::__anon925c2fef0111::FindExplicitReferencesTest 919 AllRefs annotateReferencesInFoo(llvm::StringRef Code) { in annotateReferencesInFoo() 983 return AllRefs{std::move(AnnotatedCode), std::move(DumpedReferences)}; in annotateReferencesInFoo()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RDFGraph.cpp | 889 RegisterSet AllRefs; in build() local 893 AllRefs.insert(RA.Addr->getRegRef(*this)); in build() 955 buildPhis(PhiM, AllRefs, BA); in build() 1420 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs, in buildPhis() argument 1445 MaxRefs.push_back(MaxCoverIn(I, AllRefs)); in buildPhis()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 887 RegisterSet AllRefs; in build() local 891 AllRefs.insert(RA.Addr->getRegRef(*this)); in build() 953 buildPhis(PhiM, AllRefs, BA); in build() 1423 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs, in buildPhis() argument 1448 MaxRefs.push_back(MaxCoverIn(I, AllRefs)); in buildPhis()
|
D | RDFGraph.h | 849 void buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs,
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RDFGraph.h | 845 void buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs,
|