Searched defs:BlockNode (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h186 struct BlockNode { struct in class:llvm::BlockFrequencyInfoImplBase
191 BlockNode() : Index(std::numeric_limits<uint32_t>::max()) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
192 BlockNode(IndexType Index) : Index(Index) {} function in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h626 struct BlockNode : public CodeNode { struct in inherits:CodeNode
[all...]

Completed in 107 milliseconds