Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1340 LocMapI.setMap(locInts); in splitLocation()
H A DSplitKit.cpp845 AssignI.setMap(RegAssign); in removeBackCopies()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp162 void setMap(AddrLabelMap *map) { Map = map; } in setMap() function in __anon9cf47b240111::AddrLabelMapCallbackPtr
222 BBCallbacks.back().setMap(this); in getAddrLabelSymbolToEmit()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h1407 void setMap(const IntervalMap &m) { map = const_cast<IntervalMap*>(&m); } in setMap() function