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

  /art/compiler/optimizing/
dead_code_elimination.cc 101 if (block->IsEntryBlock() || block->GetSuccessors().Size() != 1u) {
dominator_test.cc 44 ASSERT_TRUE(graph->GetBlocks().Get(i)->IsEntryBlock());
gvn.cc 344 if (predecessors.Size() == 0 || predecessors.Get(0)->IsEntryBlock()) {
graph_checker.cc 610 if (!block->IsEntryBlock()) {
instruction_simplifier.cc 205 if (block->IsEntryBlock()) return;
nodes.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
nodes.h 515 bool IsEntryBlock() const {
    [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc 820 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) {
    [all...]
code_generator_x86_64.cc 783 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) {
    [all...]

Completed in 72 milliseconds