Home
last modified time | relevance | path

Searched refs:InWeight (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DCallGraph.cpp115 uint64_t InWeight = 0; in adjustArcWeights() local
118 InWeight += (uint64_t)Arc->weight(); in adjustArcWeights()
120 if (Func.samples() < InWeight) in adjustArcWeights()
121 setSamples(FuncId, InWeight); in adjustArcWeights()
H A DHFSortPlus.cpp264 InWeight.resize(Cg.numNodes(), 0); in initialize()
281 InWeight[Succ] += Arc.weight(); in initialize()
438 const double CallsToSucc = InWeight[Succ]; in runPassOne()
596 std::vector<double> InWeight; member in llvm::bolt::__anonbf028ece0111::HFSortPlus
H A DExtTSPReorderAlgorithm.cpp181 uint64_t InWeight{0}; member in llvm::bolt::Block
489 SuccBlock.InWeight += Count; in initialize()
504 Block.ExecutionCount = std::max(Block.ExecutionCount, Block.InWeight); in initialize()
563 SuccBlock->InWeight == Edge.second && SuccBlock->Index != 0) { in mergeFallthroughs()