HomeSort by relevance Sort by last modified time
    Searched refs:Taken (Results 1 - 6 of 6) 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 180 // leads directly to Return Instruction will not be taken.
238 BasicBlock *Taken = BI->getSuccessor(0);
247 std::swap(Taken, NonTaken);
249 BP->setEdgeWeight(BB, Taken, PH_TAKEN_WEIGHT);
255 // as taken, exiting edges as not-taken.
369 BasicBlock *Taken = BI->getSuccessor(0);
373 std::swap(Taken, NonTaken);
375 BP->setEdgeWeight(BB, Taken, ZH_TAKEN_WEIGHT);
  /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/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 335 milliseconds