Searched refs:CSRLocMap (Results 1 – 1 of 1) sorted by relevance
102 SmallDenseMap<unsigned, CSRSavedLocation, 16> CSRLocMap; member in __anon55d21e590111::CFIInstrInserter166 CSRLocMap.clear(); in calculateCFAInfo()253 auto It = CSRLocMap.find(CFI.getRegister()); in calculateOutgoingCFAInfo()254 if (It == CSRLocMap.end()) { in calculateOutgoingCFAInfo()255 CSRLocMap.insert( in calculateOutgoingCFAInfo()367 auto it = CSRLocMap.find(Reg); in insertCFIInstrs()368 assert(it != CSRLocMap.end() && "Reg should have an entry in CSRLocMap"); in insertCFIInstrs()