Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp49 dispatch_queue_t Queue, FSEventStreamRef EventStream, in DirectoryWatcherMac()
74 dispatch_queue_t Queue; member in __anon0fd2c5240111::DirectoryWatcherMac
163 dispatch_queue_t Queue) { in createFSEventStream()
220 dispatch_queue_t Queue = in create() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp241 std::queue<uint64_t> Queue; in findAugmentingPath() local
648 std::queue<uint64_t> Queue; in findReachable() local
693 std::set<std::pair<uint64_t, uint64_t>> Queue; in findShortestPath() local
828 std::queue<uint64_t> Queue; in findUnknownSubgraph() local
942 std::queue<uint64_t> Queue; in isAcyclicSubgraph() local
1281 std::queue<uint64_t> Queue; in verifyOutput() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp57 std::deque<WorkListUnit> Queue; member in __anon59a745250111::BFS
92 std::deque<WorkListUnit> Queue; member in __anon59a745250211::BFSBlockDFSContents
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DQueue.cpp18 Queue::Queue(ProcessSP process_sp, lldb::queue_id_t queue_id, in Queue() function in Queue
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h43 std::vector<SUnit*> Queue; variable
H A DResourcePriorityQueue.h48 std::vector<SUnit*> Queue; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h63 std::vector<RUToken> Queue; member
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp49 std::queue<T> Queue; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp67 Queue; member in __anon9cafb3960211::RABasic
H A DRegAllocGreedy.h186 PQueue Queue; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h79 std::queue<ContextTrieNode *> Queue; in ProfiledCallGraph() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSCCIterator.h350 std::queue<NodeType *> Queue; in scc_member_iterator() local
/openbsd-src/gnu/llvm/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp140 EventQueue Queue; member in __anon7b55d0820111::DirectoryWatcherLinux
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp33 using Queue = simple_ilist<Candidate>; typedef in __anon9c5a8c170111::GCNMinRegScheduler
H A DGCNILPSched.cpp30 typedef simple_ilist<Candidate> Queue; typedef in __anon05ab922e0111::GCNILPScheduler
/openbsd-src/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp241 PriorityQueue<BlockPair, QueueSorter, 20> Queue; member in __anoncf9999380111::FunctionDifferenceEngine
975 SmallVector<std::pair<const Function *, const Function *>, 20> Queue; in diff() local
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp176 bool TraverseStmt(Stmt *StmtNode, DataRecursionQueue *Queue = nullptr) { in TraverseStmt()
509 bool dataTraverseNode(Stmt *S, DataRecursionQueue *Queue) { in dataTraverseNode()
1216 std::deque<DynTypedNode> Queue(Parents.begin(), Parents.end()); in matchesAnyAncestorOf() local
1452 bool MatchASTVisitor::TraverseStmt(Stmt *StmtNode, DataRecursionQueue *Queue) { in TraverseStmt()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1175 QueueType Queue; in analyzeSolutionSpace() local
1240 bool NewLine, unsigned *Count, QueueType *Queue) { in addNextStateToQueue()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DModuleManager.cpp355 SmallVector<ModuleFile *, 4> Queue; in visit() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp587 SmallVector<WriteOperation, 7> Queue; in writeTail() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp766 const Record *Queue = ProcModel.LoadQueue->getValueAsDef("QueueDescriptor"); in EmitLoadStoreQueueInfo() local
774 const Record *Queue = in EmitLoadStoreQueueInfo() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCXXInheritance.cpp127 SmallVector<const CXXRecordDecl*, 8> Queue; in forallBases() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp47 SmallVector<SUnit *, 16> Queue; member
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp69 bool TraverseStmt(Stmt *Node, DataRecursionQueue *Queue = nullptr) { in TraverseStmt()

12