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

  /art/compiler/dex/quick/
local_optimizations.cc 84 void Mir2Lir::DumpDependentInsnPair(LIR* check_lir, LIR* this_lir, const char* type) {
87 DumpLIRInsn(check_lir, 0);
148 LIR* this_lir, *check_lir; local
209 for (check_lir = NEXT_LIR(this_lir); check_lir != tail_lir; check_lir = NEXT_LIR(check_lir)) {
210 if (check_lir->flags.is_nop || IsPseudoLirOp(check_lir->opcode)) {
214 if (uses_pc.Intersects(check_lir->u.m.use_mask->Union(*check_lir->u.m.def_mask)))
319 LIR* this_lir, *check_lir; local
    [all...]
mir_to_lir.h 673 void DumpDependentInsnPair(LIR* check_lir, LIR* this_lir, const char* type);
    [all...]

Completed in 119 milliseconds