HomeSort by relevance Sort by last modified time
    Searched defs:idom (Results 1 - 8 of 8) 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;
  /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;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 111 BasicBlock::idom() const function in class:nv50_ir::BasicBlock
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 111 BasicBlock::idom() const function in class:nv50_ir::BasicBlock
  /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;
  /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 96 milliseconds