Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp319 enum class EntryValueLocKind { enum
324 } EVKind = EntryValueLocKind::NonEntryValueKind;
413 assert(EVKind != EntryValueLocKind::EntryValueKind && in VarLoc()
444 VL.EVKind = EntryValueLocKind::EntryValueKind; in CreateEntryLoc()
460 VL.EVKind = EntryValueLocKind::EntryValueBackupKind; in CreateEntryBackupLoc()
475 VL.EVKind = EntryValueLocKind::EntryValueCopyBackupKind; in CreateEntryCopyBackupLoc()
537 EVKind == EntryValueLocKind::EntryValueKind ? Orig.getReg() in BuildDbgValue()
581 return EVKind == EntryValueLocKind::EntryValueBackupKind || in isEntryBackupLoc()
582 EVKind == EntryValueLocKind::EntryValueCopyBackupKind; in isEntryBackupLoc()
594 return EVKind == EntryValueLocKind::EntryValueCopyBackupKind && in isEntryValueCopyBackupReg()
[all …]