HomeSort by relevance Sort by last modified time
    Searched full:coalescing (Results 51 - 75 of 195) sorted by null

1 23 4 5 6 7 8

  /external/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc 637 // Make sure that coalescing actually occurs. There should be no links or
648 // Test whether the coalescing continues by adding a few more URLs.
668 // Ensure that the coalescing does not resume after resetting.
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 137 DEBUG(dbgs() << "Coalescing: " << *DefMI);
366 // Look for trivial copy coalescing opportunities.
370 // After coalescing MI itself may become a copy.
RegAllocPBQP.cpp 66 pbqpCoalescing("pbqp-coalescing",
67 cl::desc("Attempt coalescing during PBQP register allocation."),
349 // Scan the machine function and add a coalescing cost whenever CoalescerPair
StrongPHIElimination.cpp 10 // This pass eliminates PHI instructions by aggressively coalescing the copies
12 // that are necessary. The coalescing technique initially assumes that all
18 // Budimlic, et al. Fast copy coalescing and live-range identification.
    [all...]
LiveDebugVariables.cpp 401 I.setValueUnchecked(v-1); // Avoid coalescing with untransformed values.
790 // Change the value in the overlap. This may trigger coalescing.
797 assert(LocMapI.valid() && "Unexpected coalescing");
877 // Iterate over locations in reverse makes it easier to handle coalescing.
    [all...]
RegAllocLinearScan.cpp 61 cl::desc("Attempt trivial coalescing of interval ends"),
210 // to coalescing and which analyses coalescing invalidates.
497 DEBUG(dbgs() << "Coalescing: " << cur << " -> " << tri_->getName(CandReg)
642 // Add live-ins to every BB except for entry. Also perform trivial coalescing.
    [all...]
TwoAddressInstructionPass.cpp 424 /// coalescing eliminate the extra copy.
858 /// coalescing away the register copy. Returns true if the tied operands
    [all...]
RegAllocFast.cpp     [all...]
MachineSink.cpp 129 DEBUG(dbgs() << "Coalescing: " << *DefMI);
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 50 We can possibly do V-V coalescing even when the src is spilled,
    [all...]
  /frameworks/compile/libbcc/tests/
armreg.h 231 #define XSCALE_AUXCTL_K 0x00000001 /* dis. write buffer coalescing */
  /system/core/libpixelflinger/codeflinger/
armreg.h 231 #define XSCALE_AUXCTL_K 0x00000001 /* dis. write buffer coalescing */
  /external/chromium/net/http/
http_stream_parser.cc 241 // We'll record the count of uncoalesced packets IFF coalescing will help,
244 // Coalescing won't reduce packet count.
http_util.h 225 // non-coalescing (see IsNonCoalescingHeader).
http_util.cc 342 // comma separated properties, so coalescing on comma won't work.
  /external/kernel-headers/original/linux/
blkdev.h 160 * physical address coalescing is performed.
165 * physical and DMA remapping hardware coalescing is performed.
  /external/chromium/chrome/browser/ui/
browser.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 159 /// Profile to identify equivalent bug reports for error report coalescing.
  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_unittest.cc 223 // Make sure a second, later, nudge is unaffected by first (no coalescing).
446 // Make sure a second, later, nudge is unaffected by first (no coalescing).
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 170 // Tell the block after the block we are coalescing that this block is
175 assert(FollowingBlock->ThisAllocated && "Missed coalescing?");
  /frameworks/base/services/input/
InputDispatcher.h 502 nsecs_t eventTime; // may be updated during coalescing
503 nsecs_t eventTimeBeforeCoalescing; // not updated during coalescing
    [all...]
  /external/llvm/test/CodeGen/X86/
crash.ll 371 ; constrained to GR32_ABCD during coalescing. This makes the inline asm
  /external/webkit/LayoutTests/dom/html/level1/core/
selfhtml.js 340 "validating", "expandEntityReferences", "coalescing",
  /external/webkit/LayoutTests/dom/html/level2/core/
selfhtml.js 340 "validating", "expandEntityReferences", "coalescing",
  /external/webkit/LayoutTests/dom/html/level2/events/
selfhtml.js 340 "validating", "expandEntityReferences", "coalescing",

Completed in 2233 milliseconds

1 23 4 5 6 7 8