Home
last modified time | relevance | path

Searched refs:OutWeight (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DHFSortPlus.cpp263 OutWeight.resize(Cg.numNodes(), 0); in initialize()
280 OutWeight[F] += Arc.weight(); in initialize()
437 const double CallsFromPred = OutWeight[F]; in runPassOne()
593 std::vector<double> OutWeight; member in llvm::bolt::__anonbf028ece0111::HFSortPlus
H A DExtTSPReorderAlgorithm.cpp183 uint64_t OutWeight{0}; member in llvm::bolt::Block
491 Block.OutWeight += Count; in initialize()
505 Block.ExecutionCount = std::max(Block.ExecutionCount, Block.OutWeight); in initialize()
557 if (Block.OutWeight == 0) in mergeFallthroughs()
562 if (Block.OutWeight == Edge.second && in mergeFallthroughs()