Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp660 HotChains.reserve(NumNodes); in initialize()
666 HotChains.push_back(&AllChains.back()); in initialize()
748 while (HotChains.size() > 1) { in mergeChainPairs()
753 for (ChainT *ChainPred : HotChains) { in mergeChainPairs()
972 llvm::erase(HotChains, From); in mergeChains()
1032 std::vector<ChainT *> HotChains; member in __anon0ffa47bc0111::ExtTSPImpl