Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp212 struct ChainT;
246 ChainT *CurChain{nullptr};
282 struct ChainT { struct
283 ChainT(const ChainT &) = delete;
284 ChainT(ChainT &&) = default;
285 ChainT &operator=(const ChainT &) = delete;
286 ChainT &operator=(ChainT &&) = default;
288 explicit ChainT(uint64_t Id, NodeT *Node) in ChainT() function
306 ChainEdge *getEdge(ChainT *Other) const { in getEdge() argument
314 void removeEdge(ChainT *Other) { in removeEdge() argument
[all …]