Searched refs:BPFunctionNode (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BalancedPartitioning.h | 56 class BPFunctionNode { 64 BPFunctionNode(IDT Id, ArrayRef<UtilityNodeT> UtilityNodes) in BPFunctionNode() function 105 void run(std::vector<BPFunctionNode> &Nodes) const; 111 iterator_range<std::vector<BPFunctionNode>::iterator>; 156 bool moveFunctionNode(BPFunctionNode &N, unsigned LeftBucket, 195 static float moveGain(const BPFunctionNode &N, bool FromLeftToRight,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | BalancedPartitioning.cpp | 23 void BPFunctionNode::dump(raw_ostream &OS) const { in dump() 78 void BalancedPartitioning::run(std::vector<BPFunctionNode> &Nodes) const { in run() 170 DenseMap<BPFunctionNode::UtilityNodeT, unsigned> UtilityNodeIndex; in runIterations() 231 typedef std::pair<float, BPFunctionNode *> GainPair; in runIteration() 268 bool BalancedPartitioning::moveFunctionNode(BPFunctionNode &N, in moveFunctionNode() 316 float BalancedPartitioning::moveGain(const BPFunctionNode &N, in moveGain()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 1020 ArrayRef<TemporalProfTraceTy> Traces, std::vector<BPFunctionNode> &Nodes, in createBPFunctionNodes() 1022 using IDT = BPFunctionNode::IDT; in createBPFunctionNodes() 1023 using UtilityNodeT = BPFunctionNode::UtilityNodeT; in createBPFunctionNodes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 386 std::vector<BPFunctionNode> &Nodes,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 3306 std::vector<BPFunctionNode> Nodes; in order_main() 3315 DenseMap<BPFunctionNode::IDT, unsigned> IdToPageNumber; in order_main()
|