Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h86 VirtI.setMap(LIU.getMap()); in RegUnitInfo()
H A DLiveIntervalUnion.cpp147 LiveUnionI.setMap(LiveUnion->getMap()); in collectInterferingVRegs()
H A DLiveDebugVariables.cpp1341 LocMapI.setMap(locInts); in splitLocation()
H A DSplitKit.cpp858 AssignI.setMap(RegAssign); in removeBackCopies()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp174 void setMap(AddrLabelMap *map) { Map = map; } in setMap() function in __anon15342ead0111::AddrLabelMapCallbackPtr
234 BBCallbacks.back().setMap(this); in getAddrLabelSymbolToEmit()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h1405 /// setMap - Change the map iterated over. This call must be followed by a
1407 void setMap(const IntervalMap &m) { map = const_cast<IntervalMap*>(&m); } in setMap() function