OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreViewCFG
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTreeConstruction.h
81
// Note: Updates inside
PreViewCFG
are aleady legalized.
82
BatchUpdateInfo(GraphDiffT &
PreViewCFG
, GraphDiffT *PostViewCFG = nullptr)
83
:
PreViewCFG
(
PreViewCFG
), PostViewCFG(PostViewCFG),
84
NumLegalized(
PreViewCFG
.getNumLegalizedUpdates()) {}
89
GraphDiffT &
PreViewCFG
;
110
return BUI->
PreViewCFG
.template getChildren<Inversed>(N);
566
// scratch, make the
PreViewCFG
equal to the PostCFGView, so Post is used.
569
BUI->
PreViewCFG
= *BUI->PostViewCFG;
1151
static void ApplyUpdates(DomTreeT &DT, GraphDiffT &
PreViewCFG
,
[
all
...]
GenericDomTree.h
215
DomTreeT::IsPostDominator> &
PreViewCFG
,
545
GraphDiff<NodePtr, IsPostDominator>
PreViewCFG
(
547
DomTreeBuilder::ApplyUpdates(*this,
PreViewCFG
, nullptr);
561
//
PreViewCFG
needs to merge Updates and PostViewCFG. The updates in
564
// made to the CFG), so the
PreViewCFG
needs all the updates reverse
568
GraphDiff<NodePtr, IsPostDom>
PreViewCFG
(AllUpdates,
571
DomTreeBuilder::ApplyUpdates(*this,
PreViewCFG
, &PostViewCFG);
Completed in 48 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026