Home
last modified time | relevance | path

Searched refs:setMap (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DInterferenceCache.h86 VirtI.setMap(LIU.getMap()); in RegUnitInfo()
H A DLiveIntervalUnion.cpp148 LiveUnionI.setMap(LiveUnion->getMap()); in collectInterferingVRegs()
H A DLiveDebugVariables.cpp1336 LocMapI.setMap(locInts); in splitLocation()
H A DSplitKit.cpp846 AssignI.setMap(RegAssign); in removeBackCopies()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp169 void setMap(AddrLabelMap *map) { Map = map; } in setMap() function in __anon6841d3dd0111::AddrLabelMapCallbackPtr
229 BBCallbacks.back().setMap(this); in getAddrLabelSymbolToEmit()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DIntervalMap.h1368 void setMap(const IntervalMap &m) { map = const_cast<IntervalMap*>(&m); } in setMap() function