Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp344 enum class EntryValueLocKind { enum
349 } EVKind = EntryValueLocKind::NonEntryValueKind;
446 assert(EVKind != EntryValueLocKind::EntryValueKind && in VarLoc()
480 VL.EVKind = EntryValueLocKind::EntryValueKind; in CreateEntryLoc()
495 VL.EVKind = EntryValueLocKind::EntryValueBackupKind; in CreateEntryBackupLoc()
509 VL.EVKind = EntryValueLocKind::EntryValueCopyBackupKind; in CreateEntryCopyBackupLoc()
571 EVKind == EntryValueLocKind::EntryValueKind ? Orig.getReg() in BuildDbgValue()
619 return EVKind == EntryValueLocKind::EntryValueBackupKind || in isEntryBackupLoc()
620 EVKind == EntryValueLocKind::EntryValueCopyBackupKind; in isEntryBackupLoc()
626 return EVKind == EntryValueLocKind::EntryValueBackupKind && usesReg(Reg); in isEntryValueBackupReg()
[all …]