Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp512 unsigned getLocID(Register RegOrSpill, bool isSpill) { in getLocID() argument
513 return (isSpill) ? RegOrSpill.id() + NumRegs - 1 : RegOrSpill.id(); in getLocID()
707 bool isSpill(LocIdx Idx) const { in isSpill() function in __anon84c0493f0211::MLocTracker
1069 if (it == ValueToLoc.end() || MTracker->isSpill(it->second) || in loadInlocs()
1225 assert(MTracker->isSpill(MLoc)); in clobberMloc()
1724 if (MTracker->isSpill(CurL)) in transferDebugInstrRef()
1726 else if (!MTracker->isSpill(*FoundLoc) && in transferDebugInstrRef()
1727 !MTracker->isSpill(CurL) && in transferDebugInstrRef()