Home
last modified time | relevance | path

Searched refs:LeafNode (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp280 for (const InstrumentedNode &LeafNode : Desc.LeafNodes) { in buildTables() local
281 OS.write(reinterpret_cast<const char *>(&LeafNode.Node), 4); in buildTables()
282 OS.write(reinterpret_cast<const char *>(&LeafNode.Counter), 4); in buildTables()
/llvm-project-15.0.7/clang-tools-extra/clangd/quality/
H A DREADME.md50 **DecisionTree** is one of **IfGreaterNode**, **IfMemberNode**, **LeafNode**.
71 #### LeafNode subsubsection
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dscheduler-subrange-crash.ll5 ; llc: include/llvm/ADT/IntervalMap.h:632: unsigned int llvm::IntervalMapImpl::LeafNode<llvm::SlotI…
H A Dunigine-liveness-crash.ll4 ; llc: include/llvm/ADT/IntervalMap.h:632: unsigned int llvm::IntervalMapImpl::LeafNode<llvm::SlotI…
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DIntervalMap.h566 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
629 unsigned LeafNode<KeyT, ValT, N, Traits>::
938 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>;
941 using RootLeaf = IntervalMapImpl::LeafNode<KeyT, ValT, N, Traits>;