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

  /art/compiler/dex/
mir_optimization.cc 186 static SelectInstructionKind SelectKind(MIR* mir) {
454 if (SelectKind(tk->last_mir_insn) == kSelectGoto) {
463 ((SelectKind(ft->first_mir_insn) == kSelectMove) ||
464 (SelectKind(ft->first_mir_insn) == kSelectConst)) &&
465 (SelectKind(ft->first_mir_insn) == SelectKind(tk->first_mir_insn)) &&
466 (SelectKind(tk->last_mir_insn) == kSelectGoto)) {
483 bool const_form = (SelectKind(if_true) == kSelectConst);
484 if ((SelectKind(if_true) == kSelectMove)) {
503 DCHECK_EQ(SelectKind(if_true), kSelectMove)
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 258 milliseconds