Searched refs:NonLocalDepEntry (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryDependenceAnalysis.h | 205 class NonLocalDepEntry { 210 NonLocalDepEntry(BasicBlock *BB, MemDepResult Result) in NonLocalDepEntry() function 214 NonLocalDepEntry(BasicBlock *BB) : BB(BB) {} in NonLocalDepEntry() function 223 bool operator<(const NonLocalDepEntry &RHS) const { return BB < RHS.BB; } 231 NonLocalDepEntry Entry; 277 using NonLocalDepInfo = std::vector<NonLocalDepEntry>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 768 NonLocalDepEntry(DirtyBB)); in getNonLocalCallDependency() 772 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalCallDependency() 814 Cache.push_back(NonLocalDepEntry(DirtyBB, Dep)); in getNonLocalCallDependency() 910 Cache->begin(), Cache->begin() + NumSortedEntries, NonLocalDepEntry(BB)); in getNonLocalInfoForBlock() 914 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalInfoForBlock() 962 Cache->push_back(NonLocalDepEntry(BB, Dep)); in getNonLocalInfoForBlock() 992 NonLocalDepEntry Val = Cache.back(); in SortNonLocalDepInfoCache() 1002 NonLocalDepEntry Val = Cache.back(); in SortNonLocalDepInfoCache() 1397 for (NonLocalDepEntry &I : llvm::reverse(*Cache)) { in getNonLocalPointerDepFromBB() 1454 for (const NonLocalDepEntry &DE : PInfo) { in removeCachedNonLocalPointerDependencies()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 565 for (const NonLocalDepEntry &I : Deps) { in lookupOrAddCall() 2355 for (const NonLocalDepEntry &D : Deps) { in areCallValsEqual()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 19933 …nst&, bool, llvm::BasicBlock*, std::vector<llvm::NonLocalDepEntry, std::allocator<llvm::NonLocalDe… 19935 …Ej", "SortNonLocalDepInfoCache(std::vector<llvm::NonLocalDepEntry, std::allocator<llvm::NonLocalDe… 19941 …NonLocalDepEntry, std::allocator<llvm::NonLocalDepEntry>>, bool>, llvm::DenseMapInfo<llvm::Instruc… 19955 …NonLocalDepEntry, std::allocator<llvm::NonLocalDepEntry>>::_M_insert_aux(__gnu_cxx::__normal_itera… 19956 …NonLocalDepEntry*, std::vector<llvm::NonLocalDepEntry, std::allocator<llvm::NonLocalDepEntry>>>, l… 19957 …NonLocalDepEntry*, std::vector<llvm::NonLocalDepEntry, std::allocator<llvm::NonLocalDepEntry>>>>(_… 19958 …NonLocalDepEntry*, std::vector<llvm::NonLocalDepEntry, std::allocator<llvm::NonLocalDepEntry>>>>(_… 19959 …NonLocalDepEntry*, std::vector<llvm::NonLocalDepEntry, std::allocator<llvm::NonLocalDepEntry>>>>(_… 19960 …NonLocalDepEntry*, std::vector<llvm::NonLocalDepEntry, std::allocator<llvm::NonLocalDepEntry>>>>(_… 19961 …NonLocalDepEntry*, std::vector<llvm::NonLocalDepEntry, std::allocator<llvm::NonLocalDepEntry>>>>(_… [all …]
|