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

  /external/oprofile/events/mips/20K/
events 10 event:0x4 counters:0 um:zero minimum:500 name:TLB_REFILLS_TAKEN : Taken TLB refill exceptions
13 event:0x7 counters:0 um:zero minimum:500 name:JTLB_EXCEPTIONS : Taken Joint-TLB exceptions
16 event:0xa counters:0 um:zero minimum:500 name:FPU_EXCEPTIONS_TAKEN : Taken FPU exceptions
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 58 /// \brief Unreachable-terminating branch taken weight.
60 /// This is the weight for a branch being taken to a block that terminates
64 /// \brief Unreachable-terminating branch not-taken weight.
66 /// This is the weight for a branch not being taken toward a block that
68 /// taken. Set the weight to an absurdly high value so that nested loops don't
201 BasicBlock *Taken = BI->getSuccessor(0);
210 std::swap(Taken, NonTaken);
212 setEdgeWeight(BB, Taken, PH_TAKEN_WEIGHT);
218 // as taken, exiting edges as not-taken
    [all...]
  /external/oprofile/events/mips/25K/
events 21 event:0xb counters:0,1 um:zero minimum:500 name:FP_EXCEPTIONS_TAKEN : Taken FPU exceptions
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 13 // Taken from new_new_tab.js.
  /external/regex-re2/lib/codereview/
codereview.py 759 def ChangedFiles(ui, repo, pats, opts, taken=None):
760 taken = taken or {}
775 if f in taken:
776 ui.warn("warning: %s already in CL %s\n" % (f, taken[f].name))
784 if taken:
785 l = Sub(l, taken.keys())
796 def Taken(ui, repo):
798 taken = {}
801 taken[f] = c
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 36 0x40 taken Taken branches executed
51 0x40 taken Mispredicted taken branches executed
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 153 milliseconds