Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h83 BatchUpdateInfo(GraphDiffT &PreViewCFG, GraphDiffT *PostViewCFG = nullptr)
84 : PreViewCFG(PreViewCFG), PostViewCFG(PostViewCFG), in PreViewCFG() function
85 NumLegalized(PreViewCFG.getNumLegalizedUpdates()) {} in PreViewCFG()
90 GraphDiffT &PreViewCFG; member
111 return BUI->PreViewCFG.template getChildren<Inversed>(N); in getChildren()
568 BUI->PreViewCFG = *BUI->PostViewCFG; in CalculateFromScratch()
1150 static void ApplyUpdates(DomTreeT &DT, GraphDiffT &PreViewCFG, in ApplyUpdates()
1154 const size_t NumUpdates = PreViewCFG.getNumLegalizedUpdates(); in ApplyUpdates()
1161 UpdateT Update = PreViewCFG.popUpdateForIncrementalUpdates(); in ApplyUpdates()
1177 BatchUpdateInfo BUI(PreViewCFG, PostViewCFG); in ApplyUpdates()
[all …]
H A DGenericDomTree.h216 DomTreeT::IsPostDominator> &PreViewCFG,
562 GraphDiff<NodePtr, IsPostDominator> PreViewCFG(
564 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, nullptr);
585 GraphDiff<NodePtr, IsPostDom> PreViewCFG(AllUpdates,
588 DomTreeBuilder::ApplyUpdates(*this, PreViewCFG, &PostViewCFG);