Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h61 using GraphDiffT = GraphDiff<NodePtr, IsPostDom>; member
82 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr)
89 GraphDiffT &PreViewCFG;
90 GraphDiffT *PostViewCFG;
1132 static void ApplyUpdates(DomTreeT &DT, GraphDiffT &PreViewCFG, in ApplyUpdates()
1133 GraphDiffT *PostViewCFG) { in ApplyUpdates()