Searched refs:CSRLocMap (Results 1 – 1 of 1) sorted by relevance
103 SmallDenseMap<unsigned, CSRSavedLocation, 16> CSRLocMap; member in __anone9d838420111::CFIInstrInserter168 CSRLocMap.clear(); in calculateCFAInfo()270 auto It = CSRLocMap.find(CFI.getRegister()); in calculateOutgoingCFAInfo()271 if (It == CSRLocMap.end()) { in calculateOutgoingCFAInfo()272 CSRLocMap.insert( in calculateOutgoingCFAInfo()392 auto it = CSRLocMap.find(Reg); in insertCFIInstrs()393 assert(it != CSRLocMap.end() && "Reg should have an entry in CSRLocMap"); in insertCFIInstrs()