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

  /art/compiler/optimizing/
loop_analysis.cc 39 // We track number of invariant loop exits which correspond to HIf instruction and
44 HIf* hif = block->GetLastInstruction()->AsIf(); local
45 if (hif != nullptr && !loop_info->Contains(*hif->InputAt(0)->GetBlock())) {
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 99 has_inacc_field hif; // expected-error {{call to implicitly-deleted default constructor}} variable

Completed in 617 milliseconds