Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineModuleInfo.cpp57 void setMap(MMIAddrLabelMap *map) { Map = map; } in setMap() function in llvm::MMIAddrLabelMapCallbackPtr
118 BBCallbacks.back().setMap(this); in getAddrLabelSymbolToEmit()
HDInterferenceCache.h86 VirtI.setMap(LIU.getMap()); in RegUnitInfo()
HDLiveIntervalUnion.cpp135 LiveUnionI.setMap(LiveUnion->getMap()); in collectInterferingVRegs()
HDLiveDebugVariables.cpp1049 LocMapI.setMap(locInts); in splitLocation()
HDSplitKit.cpp851 AssignI.setMap(RegAssign); in removeBackCopies()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDIntervalMap.h1355 void setMap(const IntervalMap &m) { map = const_cast<IntervalMap*>(&m); } in setMap() function