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