Searched refs:DistType (Results 1 – 2 of 2) sorted by relevance
366 enum DistType { Local, Exit, Backedge }; enum367 DistType Type = Local;372 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight()417 void add(const BlockNode &Node, uint64_t Amount, Weight::DistType Type);
145 Weight::DistType Type) { in add()