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.cpp346 enum class EntryValueLocKind { enum
351 } EVKind = EntryValueLocKind::NonEntryValueKind;
448 assert(EVKind != EntryValueLocKind::EntryValueKind && in VarLoc()
482 VL.EVKind = EntryValueLocKind::EntryValueKind; in CreateEntryLoc()
497 VL.EVKind = EntryValueLocKind::EntryValueBackupKind; in CreateEntryBackupLoc()
511 VL.EVKind = EntryValueLocKind::EntryValueCopyBackupKind; in CreateEntryCopyBackupLoc()
573 EVKind == EntryValueLocKind::EntryValueKind ? Orig.getReg() in BuildDbgValue()
621 return EVKind == EntryValueLocKind::EntryValueBackupKind || in isEntryBackupLoc()
622 EVKind == EntryValueLocKind::EntryValueCopyBackupKind; in isEntryBackupLoc()
628 return EVKind == EntryValueLocKind::EntryValueBackupKind && usesReg(Reg); in isEntryValueBackupReg()
[all …]