Home
last modified time | relevance | path

Searched refs:isDebug (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h251 bool isDebug() const { in isDebug() function
291 assert((Val || !isDebug()) && "Marking a debug operation as def");
297 assert((!Val || !isDebug()) && "Marking a debug operation as def");
308 assert((!Val || !isDebug()) && "Marking a debug operation as kill");
441 bool isUndef = false, bool isDebug = false);
470 bool isDebug = false) {
478 Op.IsDebug = isDebug;
DMachineRegisterInfo.h320 (SkipDebug && op->isDebug())) in defusechain_iterator()
352 (SkipDebug && Op->isDebug())))
/external/llvm/lib/CodeGen/
DDeadMachineInstructionElim.cpp149 assert(Use.isDebug()); in runOnMachineFunction()
DMachineInstr.cpp157 bool isDebug) { in ChangeToRegister() argument
182 IsDebug = isDebug; in ChangeToRegister()
DRegAllocFast.cpp199 if (!Next->isDebug()) in isLastUseOfLocalReg()