Searched refs:CSRLocMap (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp105 SmallDenseMap<unsigned, CSRSavedLocation, 16> CSRLocMap; member in class:__anon3444::CFIInstrInserter
170 CSRLocMap.clear();
249 auto It = CSRLocMap.find(CFI.getRegister());
250 if (It == CSRLocMap.end()) {
251 CSRLocMap.insert(
362 auto it = CSRLocMap.find(Reg);
363 assert(it != CSRLocMap.end() && "Reg should have an entry in CSRLocMap");

Completed in 46 milliseconds