OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idom
(Results
1 - 16
of
16
) sorted by null
/dalvik/dx/src/com/android/dx/ssa/
DomFront.java
50
public int
idom
= -1;
field in class:DomFront.DomInfo
91
System.out.println("
idom
[" + i + "]: "
92
+ info.
idom
);
153
if (info.
idom
== -1) continue;
155
SsaBasicBlock domParent = nodes.get(info.
idom
);
178
runnerIndex != nbInfo.
idom
; /* empty */) {
194
runnerIndex = runnerInfo.
idom
;
Dominators.java
176
domInfos[root.getIndex()].
idom
= root.getIndex();
222
// Implicity define
idom
for each vertex.
232
domInfos[last.getIndex()].
idom
= U.getIndex();
234
domInfos[last.getIndex()].
idom
= wInfo.parent.getIndex();
242
if (domInfos[w.getIndex()].
idom
244
domInfos[w.getIndex()].
idom
245
= domInfos[domInfos[w.getIndex()].
idom
].
idom
;
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DomFront.java
54
public int
idom
= -1;
field in class:DomFront.DomInfo
95
System.out.println("
idom
[" + i + "]: "
96
+ info.
idom
);
157
if (info.
idom
== -1) continue;
159
SsaBasicBlock domParent = nodes.get(info.
idom
);
182
runnerIndex != nbInfo.
idom
; /* empty */) {
198
runnerIndex = runnerInfo.
idom
;
Dominators.java
176
domInfos[root.getIndex()].
idom
= root.getIndex();
222
// Implicity define
idom
for each vertex.
232
domInfos[last.getIndex()].
idom
= U.getIndex();
234
domInfos[last.getIndex()].
idom
= wInfo.parent.getIndex();
242
if (domInfos[w.getIndex()].
idom
244
domInfos[w.getIndex()].
idom
245
= domInfos[domInfos[w.getIndex()].
idom
].
idom
;
/art/compiler/dex/
ssa_transformation.cc
317
int
idom
= -1;
local
322
idom
= pred_bb->dfs_id;
336
idom
= FindCommonParent(pred_bb->dfs_id,
idom
);
340
DCHECK_NE(
idom
, NOTVISITED);
343
if (i_dom_list_[bb->dfs_id] !=
idom
) {
344
i_dom_list_[bb->dfs_id] =
idom
;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp
598
if (bb->
idom
())
599
INFO("
idom
= BB:%i, ", bb->
idom
()->getId());
nv50_ir_ssa.cpp
201
if (dfLocal->
idom
() != bb)
211
if (dfUp->
idom
() != bb)
nv50_ir_bb.cpp
111
BasicBlock::
idom
() const
function in class:nv50_ir::BasicBlock
nv50_ir.h
889
BasicBlock *
idom
() const;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp
598
if (bb->
idom
())
599
INFO("
idom
= BB:%i, ", bb->
idom
()->getId());
nv50_ir_ssa.cpp
201
if (dfLocal->
idom
() != bb)
211
if (dfUp->
idom
() != bb)
nv50_ir_bb.cpp
111
BasicBlock::
idom
() const
function in class:nv50_ir::BasicBlock
nv50_ir.h
889
BasicBlock *
idom
() const;
/art/compiler/sea_ir/ir/
sea.cc
77
// Entry node has itself as
IDOM
.
104
// For all other predecessors p of b, if
idom
is not set,
127
Region*
idom
= (*region_it)->GetIDominator();
local
128
if (
idom
!= *region_it) {
129
idom
->AddToIDominatedSet(*region_it);
/prebuilts/sdk/tools/lib/
dx.jar
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 734 milliseconds