Searched refs:MInLocs (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2527 FuncValueTable &MInLocs, SmallVectorImpl<MLocTransferMap> &MLocTransfer) { in placeMLocPHIs() argument 2597 auto InstallPHIsAtLoc = [&PHIBlocks, &MInLocs](LocIdx L) { in placeMLocPHIs() 2599 MInLocs[*MBB][L.asU64()] = ValueIDNum(MBB->getNumber(), 0, L); in placeMLocPHIs() 2656 MachineFunction &MF, FuncValueTable &MInLocs, FuncValueTable &MOutLocs, in buildMLocValueMap() argument 2678 MInLocs.tableForEntryMBB()[Location.Idx.asU64()] = in buildMLocValueMap() 2686 placeMLocPHIs(MF, AllBlocks, MInLocs, MLocTransfer); in buildMLocValueMap() 2708 InLocsChanged = mlocJoin(*MBB, Visited, MOutLocs, MInLocs[*MBB]); in buildMLocValueMap() 2717 MTracker->loadFromArray(MInLocs[*MBB], CurBB); in buildMLocValueMap() 3131 FuncValueTable &MOutLocs, FuncValueTable &MInLocs, in buildVLocValueMap() argument 3532 LiveInsT &Output, FuncValueTable &MOutLocs, FuncValueTable &MInLocs, in depthFirstVLocAndEmit() argument [all …]
|
H A D | InstrRefBasedImpl.h | 1366 void buildMLocValueMap(MachineFunction &MF, FuncValueTable &MInLocs, 1378 FuncValueTable &MInLocs, 1440 FuncValueTable &MInLocs, 1496 FuncValueTable &MInLocs,
|