Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp91 struct CSRSavedLocation { struct in __anon2e4ddf720111::CFIInstrInserter
92 CSRSavedLocation(Optional<unsigned> R, Optional<int> O) in CSRSavedLocation() function
103 SmallDenseMap<unsigned, CSRSavedLocation, 16> CSRLocMap;
257 {CFI.getRegister(), CSRSavedLocation(CSRReg, CSROffset)}); in calculateOutgoingCFAInfo()
371 CSRSavedLocation RO = it->second; in insertCFIInstrs()