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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 110 /// IsDebug - True if this MO_Register 'use' operand is in a debug pseudo,
112 bool IsDebug : 1;
266 bool isDebug() const {
268 return IsDebug;
315 assert((Val || !isDebug()) && "Marking a debug operation as def");
321 assert((!Val || !isDebug()) && "Marking a debug operation as def");
332 assert((!Val || !isDebug()) && "Marking a debug operation as kill");
353 IsDebug = Val;
465 bool isUndef = false, bool isDebug = false);
494 bool isDebug = false)
    [all...]
MachineRegisterInfo.h 363 (SkipDebug && op->isDebug()))
395 (SkipDebug && Op->isDebug())))
  /external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 149 assert(Use.isDebug());
MachineInstr.cpp 157 bool isDebug) {
182 IsDebug = isDebug;
    [all...]
RegAllocFast.cpp 199 if (!Next->isDebug())
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
Settings.java     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 1033 milliseconds