OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dominators
(Results
1 - 4
of
4
) sorted by null
/dalvik/dx/src/com/android/dx/ssa/
Dominators.java
27
* See A Fast Algorithm for Finding
Dominators
in a Flowgraph
38
*
dominators
, using union-find structures to link together the DFS info,
39
* then finally evaluate the union-find results to get the
dominators
.
43
public final class
Dominators
{
44
/* postdom is true if we want post
dominators
*/
68
private
Dominators
(SsaMethod meth, DomFront.DomInfo[] domInfos,
86
public static
Dominators
make(SsaMethod meth, DomFront.DomInfo[] domInfos,
88
Dominators
result = new
Dominators
(meth, domInfos, postdom);
DomFront.java
90
Dominators
methDom =
Dominators
.make(meth, domInfos, false);
147
* The
dominators
algorithm leaves us knowing who the immediate dominator
/external/llvm/lib/VMCore/
Android.mk
13
Dominators
.cpp \
/prebuilt/sdk/tools/lib/
dx.jar
Completed in 61 milliseconds