Searched refs:DEBUG (Results 226 - 250 of 803) sorted by relevance

1234567891011>>

/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp134 DEBUG(dbgs() << "INDVARS: Eliminated IV operand: " << *IVOperand
177 DEBUG(dbgs() << "INDVARS: Eliminated comparison: " << *ICmp << '\n');
228 DEBUG(dbgs() << "INDVARS: Simplified rem: " << *Rem << '\n');
257 DEBUG(dbgs() << "INDVARS: Eliminated identity: " << *UseInst << '\n');
/external/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp122 DEBUG(dbgs() << "Pseudo definition: " << Rec->getName() << "\n");
128 DEBUG(dbgs() << " Result: " << *Dag << "\n");
173 DEBUG(dbgs() << " Operand mapping:\n");
191 DEBUG(dbgs() << " " << SourceOp->getValue() << " ==> " << i << "\n");
/external/qemu/slirp/
H A Dcksum.c122 #ifdef DEBUG
/external/qemu/slirp-android/
H A Dcksum.c122 #ifdef DEBUG
/external/qemu/telephony/
H A Dremote_call.c21 #define DEBUG 1 macro
26 # define D_ACTIVE DEBUG
32 # define S_ACTIVE DEBUG
35 #if DEBUG
H A Dsysdeps_qemu.c28 #define DEBUG 0 macro
30 #define D_ACTIVE DEBUG
32 #if DEBUG
/external/srec/srec/cfront/
H A Dcheldsp4.c42 #define DEBUG 0 macro
210 #if DEBUG
237 #if DEBUG
249 #if DEBUG
/external/v8/src/
H A Darguments.h100 #ifdef DEBUG
H A Dic-inl.h83 #ifdef DEBUG
H A Dprettyprinter.h37 #ifdef DEBUG
115 #endif // DEBUG
H A Druntime-profiler.h140 #ifdef DEBUG
H A Dscopeinfo.h74 #ifdef DEBUG
/external/valgrind/tsan/
H A Dts_lock.h35 #if (DEBUG > 0) && (TS_SERIALIZED == 0) && defined (TS_LLVM) && !defined(DYNAMIC_ANNOTATIONS_ENABLED)
H A Dts_util.h259 #if defined(DEBUG) && DEBUG >= 1
277 #if defined(DEBUG) && DEBUG >= 1
/external/webrtc/src/system_wrappers/source/
H A Dtrace_posix.cc29 #elif defined(DEBUG)
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaConverter.java30 public static final boolean DEBUG = false; field in class:SsaConverter
327 if (DEBUG) {
380 if (DEBUG) {
/external/iptables/extensions/
H A Dlibip6t_rt.c62 #ifdef DEBUG
85 #if DEBUG
95 #if DEBUG
/external/proguard/src/proguard/optimize/
H A DMethodDescriptorShrinker.java47 private static final boolean DEBUG = false; field in class:MethodDescriptorShrinker
95 if (DEBUG)
231 else if (DEBUG)
/external/qemu/
H A Dcbuffer.c19 #define DEBUG 0 macro
21 #if DEBUG
27 #if DEBUG
/external/qemu/hw/
H A Dgoldfish_trace.c26 #define DEBUG 0 macro
28 #if DEBUG
157 #if DEBUG || DEBUG_PID
/external/srec/srec/clib/
H A Dmatrix_i.c34 #define DEBUG 0 macro
48 #if DEBUG
81 #if DEBUG
/external/e2fsprogs/lib/ext2fs/
H A Dextent.c72 #ifdef DEBUG
624 #ifdef DEBUG
631 #ifdef DEBUG
781 #ifdef DEBUG
844 #ifdef DEBUG
864 #ifdef DEBUG
907 #ifdef DEBUG
914 #ifdef DEBUG
942 #ifdef DEBUG
1062 #ifdef DEBUG
[all...]
/external/llvm/lib/Analysis/
H A DProfileInfo.cpp169 DEBUG(dbgs() << "Creating Block " << BB->getName()
177 DEBUG(dbgs() << "Creating Block " << MBB->getBasicBlock()->getName()
186 DEBUG(dbgs() << "Adding to Edge " << e
196 DEBUG(dbgs() << "Adding to Block " << BB->getName()
207 DEBUG(dbgs() << "Deleting " << BB->getName() << "\n");
217 DEBUG(dbgs() << "Deleting" << e << "\n");
227 DEBUG(dbgs() << "Replacing " << oldedge << " with " << newedge << "\n");
230 DEBUG(dbgs() << "Adding " << oldedge << " to " << newedge << "\n");
283 DEBUG(dbgs() << "Diverting " << oldedge << " via " << newedge );
297 DEBUG(dbg
[all...]
H A DPathNumbering.cpp274 DEBUG(dbgs() << "calculatePathNumbers on " << node->getName() << "\n");
316 DEBUG(dbgs() << "prev, new number paths " << prevPathNumber << ", "
320 DEBUG(dbgs() << "node ready : " << node->getName() << "\n");
335 DEBUG(dbgs() << "\tNumber of paths: " << getRoot()->getNumberPaths() << "\n");
427 DEBUG(dbgs() << "Backedge detected.\n");
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp178 DEBUG(dbgs() << "Before MISsched:\n"; mf.print(dbgs()));
254 DEBUG(dbgs() << "********** MI Scheduling **********\n");
255 DEBUG(dbgs() << MF->getName()
276 DEBUG(LIS->print(dbgs()));
544 DEBUG(RPTracker.getPressure().dump(TRI));
571 DEBUG(dbgs() << "Excess PSets: ";
627 DEBUG(for (unsigned su = 0, e = SUnits.size(); su != e; ++su)
998 DEBUG(dbgs() << "*** " << Available.getName() << " cycle "
1017 DEBUG(dbgs() << "*** Max instrs at cycle " << CurrCycle << '\n');
1123 DEBUG(
[all...]

Completed in 2926 milliseconds

1234567891011>>