Home
last modified time | relevance | path

Searched defs:BlockNode (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDBlockFrequencyInfoImpl.h182 struct BlockNode { struct
187 BlockNode() : Index(std::numeric_limits<uint32_t>::max()) {} in BlockNode() argument
188 BlockNode(IndexType Index) : Index(Index) {} in BlockNode() function
215 using ExitMap = SmallVector<std::pair<BlockNode, BlockMass>, 4>; argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDRDFGraph.h626 struct BlockNode : public CodeNode { struct
639 NodeAddr<BlockNode*> findBlock(const MachineBasicBlock *BB, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDBlockFrequencyInfoImpl.cpp68 using BlockNode = BlockFrequencyInfoImplBase::BlockNode; typedef
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCodeExtractor.cpp1345 using BlockNode = BlockFrequencyInfoImplBase::BlockNode; in calculateNewCallTerminatorWeights() typedef