Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp212 struct ChainT;
282 struct ChainT { struct
283 ChainT(const ChainT &) = delete;
284 ChainT(ChainT &&) = default;
285 ChainT &operator=(const ChainT &) = delete;
286 ChainT &operator=(ChainT &&) = default;
395 void changeEndpoint(ChainT *From, ChainT *To) { in changeEndpoint()
402 bool hasCachedMergeGain(ChainT *Src, ChainT *Dst) const { in hasCachedMergeGain()
473 void ChainT::mergeEdges(ChainT *Other) { in mergeEdges()
990 [&](const ChainT *L, const ChainT *R) { in concatChains()
[all …]