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

  /external/v8/src/crankshaft/
hydrogen-gvn.h 122 HBasicBlock* dominated);
144 // dominated.
hydrogen-gvn.cc 651 HBasicBlock* dominator, HBasicBlock* dominated) {
653 for (int i = 0; i < dominated->predecessors()->length(); ++i) {
654 HBasicBlock* block = dominated->predecessors()->at(i);
656 block->block_id() < dominated->block_id() &&
694 // that call can reuse "this" if we are at the last dominated block.
818 TRACE_GVN_5("Side-effect #%d in %d (%s) is dominated by %d (%s)\n",
870 HBasicBlock* dominated = next->block(); local
875 // dominated block. We don't have to traverse these paths if the
880 dominator_block->block_id() + 1 < dominated->block_id()) {
884 dominated);
    [all...]
  /art/compiler/optimizing/
nodes.cc 263 // Check if the graph has back edges not dominated by their respective headers.
    [all...]
graph_checker.cc 169 // Ensure dominated blocks have `block` as the dominator.
170 for (HBasicBlock* dominated : block->GetDominatedBlocks()) {
171 if (dominated->GetDominator() != block) {
174 dominated->GetBlockId()));
430 // Ensure an instruction having an environment is dominated by the
652 // Ensure all blocks in the loop are live and dominated by the loop header in
661 AddError(StringPrintf("Loop block %d not dominated by loop header %d.",
    [all...]
register_allocator.cc     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 

Completed in 1087 milliseconds