Home
last modified time | relevance | path

Searched refs:MOutLocs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2685 MachineFunction &MF, FuncValueTable &MInLocs, FuncValueTable &MOutLocs, in buildMLocValueMap() argument
2737 InLocsChanged = mlocJoin(*MBB, Visited, MOutLocs, MInLocs[*MBB]); in buildMLocValueMap()
2773 OLChanged |= MOutLocs[*MBB][Location.Idx.asU64()] != Location.Value; in buildMLocValueMap()
2774 MOutLocs[*MBB][Location.Idx.asU64()] = Location.Value; in buildMLocValueMap()
2829 const LiveIdxT &LiveOuts, FuncValueTable &MOutLocs, in pickVPHILoc() argument
2895 pickOperandPHILoc(Idx, MBB, LiveOuts, MOutLocs, BlockOrders); in pickVPHILoc()
2909 FuncValueTable &MOutLocs, in pickOperandPHILoc() argument
2936 if (MOutLocs[*p][I] == ValToLookFor) in pickOperandPHILoc()
2949 if (MOutLocs[*p][I] == MPHI) in pickOperandPHILoc()
3161 FuncValueTable &MOutLocs, FuncValueTable &MInLocs, in buildVLocValueMap() argument
[all …]
H A DInstrRefBasedImpl.h1360 FuncValueTable &MOutLocs,
1432 LiveInsT &Output, FuncValueTable &MOutLocs,
1455 const LiveIdxT &LiveOuts, FuncValueTable &MOutLocs,
1460 FuncValueTable &MOutLocs,
1488 LiveInsT &Output, FuncValueTable &MOutLocs, FuncValueTable &MInLocs,