HomeSort by relevance Sort by last modified time
    Searched defs:dominated (Results 1 - 3 of 3) sorted by null

  /external/v8/src/crankshaft/
hydrogen-gvn.cc 652 HBasicBlock* dominator, HBasicBlock* dominated) {
654 for (int i = 0; i < dominated->predecessors()->length(); ++i) {
655 HBasicBlock* block = dominated->predecessors()->at(i);
657 block->block_id() < dominated->block_id() &&
695 // that call can reuse "this" if we are at the last dominated block.
819 TRACE_GVN_5("Side-effect #%d in %d (%s) is dominated by %d (%s)\n",
871 HBasicBlock* dominated = next->block(); local
876 // dominated block. We don't have to traverse these paths if the
881 dominator_block->block_id() + 1 < dominated->block_id()) {
885 dominated);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nvc0.cpp 212 bool dominated = insnDominatedBy(usei, texi); local
220 // However we can still use the eliding logic between uses dominated by the
222 if (dominated) {
238 uses.push_back(TexUse(usei, texi, dominated));
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 

Completed in 919 milliseconds