Searched refs:CSRLocMap (Results 1 – 1 of 1) sorted by relevance
105 SmallDenseMap<unsigned, CSRSavedLocation, 16> CSRLocMap; member in __anon03388b8d0111::CFIInstrInserter169 CSRLocMap.clear(); in calculateCFAInfo()248 auto It = CSRLocMap.find(CFI.getRegister()); in calculateOutgoingCFAInfo()249 if (It == CSRLocMap.end()) { in calculateOutgoingCFAInfo()250 CSRLocMap.insert( in calculateOutgoingCFAInfo()362 auto it = CSRLocMap.find(Reg); in insertCFIInstrs()363 assert(it != CSRLocMap.end() && "Reg should have an entry in CSRLocMap"); in insertCFIInstrs()