Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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;
1149 static void ApplyUpdates(DomTreeT &DT, GraphDiffT &PreViewCFG, in ApplyUpdates()
1150 GraphDiffT *PostViewCFG) { in ApplyUpdates()