Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp349 } EVKind = EntryValueLocKind::NonEntryValueKind; member
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()
632 return EVKind == EntryValueLocKind::EntryValueCopyBackupKind && in isEntryValueCopyBackupReg()
[all …]