Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DExtTSPReorderAlgorithm.cpp116 using JumpList = std::vector<std::pair<BlockPair, uint64_t>>; typedef
308 const JumpList &jumps() const { return Jumps; } in jumps()
353 JumpList Jumps;
670 double score(const MergedChain &MergedBlocks, const JumpList &Jumps) const { in score()
702 JumpList Jumps = Edge->jumps(); in mergeGain()
741 const JumpList &Jumps, size_t MergeOffset, in computeMergeGain()