Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DInterferenceCache.h86 VirtI.setMap(LIU.getMap()); in RegUnitInfo()
DLiveIntervalUnion.cpp148 LiveUnionI.setMap(LiveUnion->getMap()); in collectInterferingVRegs()
DLiveDebugVariables.cpp1340 LocMapI.setMap(locInts); in splitLocation()
DSplitKit.cpp845 AssignI.setMap(RegAssign); in removeBackCopies()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp162 void setMap(AddrLabelMap *map) { Map = map; } in setMap() function in __anon267b03a90111::AddrLabelMapCallbackPtr
222 BBCallbacks.back().setMap(this); in getAddrLabelSymbolToEmit()
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DIntervalMap.h1407 void setMap(const IntervalMap &m) { map = const_cast<IntervalMap*>(&m); } in setMap() function