Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp341 } EVKind; member
410 EVKind(EntryValueLocKind::NonEntryValueKind) { in VarLoc()
431 assert(EVKind != EntryValueLocKind::EntryValueKind && in VarLoc()
462 VL.EVKind = EntryValueLocKind::EntryValueKind; in CreateEntryLoc()
478 VL.EVKind = EntryValueLocKind::EntryValueBackupKind; in CreateEntryBackupLoc()
493 VL.EVKind = EntryValueLocKind::EntryValueCopyBackupKind; in CreateEntryCopyBackupLoc()
555 EVKind == EntryValueLocKind::EntryValueKind ? Orig.getReg() in BuildDbgValue()
600 return EVKind == EntryValueLocKind::EntryValueBackupKind || in isEntryBackupLoc()
601 EVKind == EntryValueLocKind::EntryValueCopyBackupKind; in isEntryBackupLoc()
607 return EVKind == EntryValueLocKind::EntryValueBackupKind && usesReg(Reg); in isEntryValueBackupReg()
[all …]