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

  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 235 for (unsigned DefIdx = 0, DefEnd = SCDesc->NumWriteLatencyEntries;
236 DefIdx != DefEnd; ++DefIdx) {
262 for (unsigned DefIdx = 0, DefEnd = SCDesc->NumWriteLatencyEntries;
263 DefIdx != DefEnd; ++DefIdx) {
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 205 for (unsigned DefIdx = 0, DefEnd = SCDesc->NumWriteLatencyEntries;
206 DefIdx != DefEnd; ++DefIdx) {
  /art/compiler/dex/quick/
ralloc_util.cc 651 if ((info != nullptr) && (info->DefStart() != nullptr) && (info->DefEnd() != nullptr)) {
655 if (p == info->DefEnd()) {
976 DCHECK(info->DefEnd() == nullptr);
    [all...]
mir_to_lir.h 389 LIR* DefEnd() { return def_end_; }
    [all...]

Completed in 46 milliseconds