Searched refs:postdom (Results 1 – 3 of 3) sorted by relevance
45 private final boolean postdom; field in Dominators69 boolean postdom) { in Dominators() argument72 this.postdom = postdom; in Dominators()87 boolean postdom) { in make() argument88 Dominators result = new Dominators(meth, domInfos, postdom); in make()95 if (postdom) { in getSuccs()103 if (postdom) { in getPreds()171 SsaBasicBlock root = postdom in run()185 meth.forEachBlockDepthFirst(postdom, walker); in run()
275 Node* postdom = exits[0]; in Peel() local277 for (Node* use : postdom->uses()) { in Peel()284 Node* merge = graph->NewNode(common->Merge(2), postdom, peeling.map(postdom)); in Peel()285 postdom->ReplaceUses(merge); in Peel()286 merge->ReplaceInput(0, postdom); // input 0 overwritten by above line. in Peel()
151 ``-dot-postdom``: Print postdominance tree of function to "dot" file158 ``-dot-postdom-only``: Print postdominance tree of function to "dot" file (with no function bodies)1183 ``-view-postdom``: View postdominance tree of function1188 ``-view-postdom-only``: View postdominance tree of function (with no function bodies)