Home
last modified time | relevance | path

Searched refs:S2RCMap (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveStacks.cpp43 S2RCMap.clear(); in releaseMemory()
63 S2RCMap.insert(std::make_pair(Slot, RC)); in getOrCreateInterval()
66 const TargetRegisterClass *OldRC = S2RCMap[Slot]; in getOrCreateInterval()
67 S2RCMap[Slot] = TRI->getCommonSubClass(OldRC, RC); in getOrCreateInterval()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveStacks.h47 std::map<int, const TargetRegisterClass *> S2RCMap; variable
87 S2RCMap.find(Slot); in getIntervalRegClass()
88 assert(I != S2RCMap.end() && in getIntervalRegClass()