Searched refs:push_front (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp98 WorkList.push_front(&*iib);
114 WorkList.push_front(&*iib);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dtrie-node.h57 NodeStore.push_front(TrieNode<T>{
H A Dxray-converter.cpp223 NodeStore.push_front({FuncId, Parent, {}, {(*id_counter)++, {}}});
230 NodeStore.push_front({FuncId, Parent, {}, {stack_id, std::move(siblings)}});
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h97 void push_front(T *X) { function in struct:scudo::SinglyLinkedList
145 void push_front(T *X) { function in struct:scudo::DoublyLinkedList
161 return push_front(X);
H A Dprimary32.h119 Sci->FreeList.push_front(B);
H A Dprimary64.h121 Region->FreeList.push_front(B);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp56 m_recognizers.push_front({(uint32_t)m_recognizers.size(), false, recognizer, false, module, RegularExpressionSP(),
64 m_recognizers.push_front({(uint32_t)m_recognizers.size(), false, recognizer, true, ConstString(), module,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h21 // Intrusive singly-linked list with size(), push_back(), push_front()
52 void push_front(Item *x) { function in struct:__sanitizer::IntrusiveList
H A Dsanitizer_allocator_primary32.h187 sci->free_list.push_front(b);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp131 RQ.push_front(Cand);
227 RQ.push_front(*new (Alloc.Allocate()) Candidate(SuccSU, Priority));
H A DGCNHazardRecognizer.cpp223 EmittedInstrs.push_front(nullptr);
225 EmittedInstrs.push_front(CurrCycleInstr);
306 EmittedInstrs.push_front(nullptr);
330 EmittedInstrs.push_front(CurrCycleInstr);
337 EmittedInstrs.push_front(nullptr);
H A DGCNILPSched.cpp286 PendingQueue.push_front(*new (Alloc.Allocate()) Candidate(PredSU));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h217 void push_front(T &&V) { insert(begin(), std::move(V)); } function in class:llvm::AllocatorList
219 void push_front(const T &V) { insert(begin(), V); } function in class:llvm::AllocatorList
H A Dsimple_ilist.h34 /// The API for adding nodes include \a push_front(), \a push_back(), and \a
144 void push_front(reference Node) { insert(begin(), Node); } function in class:llvm::simple_ilist
H A Dilist.h310 void push_front(pointer val) { insert(begin(), val); } function in class:llvm::iplist_impl
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp872 C.getActivePath().push_front(generateDiagForGotoOP(C, S, Start));
877 C.getActivePath().push_front(generateDiagForSwitchOP(C, Dst, Start));
886 C.getActivePath().push_front(
908 C.getActivePath().push_front(
918 C.getActivePath().push_front(generateDiagForBinaryOP(C, T, Src, Dst));
933 C.getActivePath().push_front(
942 C.getActivePath().push_front(
959 C.getActivePath().push_front(
967 C.getActivePath().push_front(
981 C.getActivePath().push_front(
[all...]
H A DWorkList.cpp102 Queue.push_front(U);
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dvdev.cc263 to_examine.push_front(child);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h525 void push_front(Node &N) { function in struct:llvm::IntrusiveBackListBase
543 void push_front(T &N) { IntrusiveBackListBase::push_front(N); } function in class:llvm::IntrusiveBackList
829 Children.push_front(*Child);
H A DMachineFunction.h669 void push_front(MachineBasicBlock *MBB) { BasicBlocks.push_front(MBB); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp81 LQ.push_front(&L);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp68 m_active_categories.push_front(category);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp489 RegsToPass.push_front(std::make_pair(V0Reg, Callee));
497 RegsToPass.push_front(std::make_pair((unsigned)Mips::T9, Callee));
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_iterator.h454 * push_front.
487 container->push_front(__value);
H A Dstl_list.h744 push_front(const value_type& __x) function in class:list

Completed in 168 milliseconds

12