Lines Matching refs:BlockNode
48 typedef BlockFrequencyInfoImplBase::BlockNode BlockNode; typedef
103 void Distribution::add(const BlockNode &Node, uint64_t Amount, in add()
159 typedef DenseMap<BlockNode::IndexType, Weight> HashTable; in combineWeightsByHashing()
268 const BlockNode &Pred, in addToDist()
269 const BlockNode &Succ, in addToDist()
274 auto isLoopHeader = [&OuterLoop](const BlockNode &Node) { in addToDist()
278 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist()
379 for (const BlockNode &M : Loop.Nodes) { in packageLoop()
389 const DitheringDistributer &D, const BlockNode &T, in debugAssign()
400 void BlockFrequencyInfoImplBase::distributeMass(const BlockNode &Source, in distributeMass()
485 for (const BlockNode &N : Loop.Nodes) { in unwrapLoop()
527 BlockFrequencyInfoImplBase::getBlockFreq(const BlockNode &Node) const { in getBlockFreq()
535 const BlockNode &Node) const { in getBlockProfileCount()
549 BlockFrequencyInfoImplBase::getFloatingBlockFreq(const BlockNode &Node) const { in getFloatingBlockFreq()
555 void BlockFrequencyInfoImplBase::setBlockFreq(const BlockNode &Node, in setBlockFreq()
563 BlockFrequencyInfoImplBase::getBlockName(const BlockNode &Node) const { in getBlockName()
574 const BlockNode &Node) const { in printBlockFreq()
608 void IrreducibleGraph::addEdge(IrrNode &Irr, const BlockNode &Succ, in addEdge()