Home
last modified time | relevance | path

Searched defs:Queue (Results 1 – 25 of 57) sorted by relevance

123

/llvm-project/lldb/unittests/Utility/
H A DSharedClusterTest.cpp18 DestructNotifier(std::vector<int> &Queue, int Key) : Queue(Queue), Key(Key) {} in DestructNotifier()
21 std::vector<int> &Queue; member in __anon77b8fe3e0111::DestructNotifier
27 std::vector<int> Queue; in TEST() local
/llvm-project/llvm/lib/Support/
H A DOptimizedStructLayout.cpp276 for (auto &Queue : FlexibleFieldsByAlignment) { in performOptimizedStructLayout() local
295 auto spliceFromQueue = [&](AlignmentQueue *Queue, Field *Last, Field *Cur) { in performOptimizedStructLayout()
349 auto tryAddFillerFromQueue = [&](AlignmentQueue *Queue, uint64_t StartOffset, in performOptimizedStructLayout()
350 std::optional<uint64_t> EndOffset) -> bool { in performOptimizedStructLayout()
396 for (auto Queue = FirstQueueToSearch; Queue != QueueE; ++Queue) { in performOptimizedStructLayout() local
H A DParallel.cpp137 auto &Queue = Sequential ? WorkQueueSequential : WorkQueue; work() local
/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp49 dispatch_queue_t Queue, FSEventStreamRef EventStream, in DirectoryWatcherMac()
74 dispatch_queue_t Queue; member in __anon0cb5cf400111::DirectoryWatcherMac
163 dispatch_queue_t Queue) { in createFSEventStream()
220 dispatch_queue_t Queue = in create() local
/llvm-project/clang-tools-extra/pseudo/lib/
H A DDisambiguate.cpp
/llvm-project/bolt/lib/Core/
H A DCallGraphWalker.cpp30 std::queue<BinaryFunction *> Queue; in traverseCG() local
/llvm-project/clang-tools-extra/clangd/index/
H A DBackground.h125 std::vector<Task> Queue; // max-heap variable
224 BackgroundQueue Queue; global() variable
/llvm-project/bolt/lib/Passes/
H A DReorderAlgorithm.cpp136 std::vector<EdgeTy> Queue; in clusterBasicBlocks() local
231 void PHGreedyClusterAlgorithm::initQueue(std::vector<EdgeTy> &Queue, in initQueue()
251 void PHGreedyClusterAlgorithm::adjustQueue(std::vector<EdgeTy> &Queue, in adjustQueue()
309 void MinBranchGreedyClusterAlgorithm::initQueue(std::vector<EdgeTy> &Queue, in initQueue()
319 void MinBranchGreedyClusterAlgorithm::adjustQueue(std::vector<EdgeTy> &Queue, in adjustQueue()
/llvm-project/lldb/source/Target/
H A DQueue.cpp18 Queue::Queue(ProcessSP process_sp, lldb::queue_id_t queue_id, in Queue() function in Queue
/llvm-project/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h43 std::vector<SUnit*> Queue; variable
H A DResourcePriorityQueue.h48 std::vector<SUnit*> Queue; variable
/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h63 std::vector<RUToken> Queue; member
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp57 std::deque<WorkListUnit> Queue; member in __anon0d17b1c10111::BFS
92 std::deque<WorkListUnit> Queue; member in __anon0d17b1c10211::BFSBlockDFSContents
/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp242 std::queue<uint64_t> Queue; in findAugmentingPath() local
649 std::queue<uint64_t> Queue; in findReachable() local
694 std::set<std::pair<uint64_t, uint64_t>> Queue; in findShortestPath() local
829 std::queue<uint64_t> Queue; in findUnknownSubgraph() local
943 std::queue<uint64_t> Queue; in isAcyclicSubgraph() local
1295 std::queue<uint64_t> Queue; in verifyOutput() local
/llvm-project/libcxx/test/libcxx/containers/sequences/deque/
H A Dspare_block_handling.pass.cpp198 using Queue = std::queue<LargeT, D>; in std_queue() typedef
/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp67 Queue; global() member in __anon79bb44320211::RABasic
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h84 std::queue<ContextTrieNode *> Queue; variable
/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp49 std::queue<T> Queue; member
/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h350 std::queue<NodeType *> Queue; in scc_member_iterator() local
/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp140 EventQueue Queue; member in __anone8a8889e0111::DirectoryWatcherLinux
/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp33 using Queue = simple_ilist<Candidate>; typedef in __anoned988fb30111::GCNMinRegScheduler
H A DGCNILPSched.cpp30 using Queue = simple_ilist<Candidate>; typedef in __anona90610ca0111::GCNILPScheduler
/llvm-project/offload/include/Shared/
H A DAPITypes.h78 void *Queue = nullptr; global() member
/llvm-project/clang-tools-extra/pseudo/lib/grammar/
H A DLRGraph.cpp
/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp239 PriorityQueue<BlockPair, QueueSorter, 20> Queue; member in __anon489810540111::FunctionDifferenceEngine
967 SmallVector<std::pair<const Function *, const Function *>, 20> Queue; in diff() local

123