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