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.cpp2656 MachineFunction &MF, FuncValueTable &MInLocs, FuncValueTable &MOutLocs, in buildMLocValueMap() argument
2708 InLocsChanged = mlocJoin(*MBB, Visited, MOutLocs, MInLocs[*MBB]); in buildMLocValueMap()
2744 OLChanged |= MOutLocs[*MBB][Location.Idx.asU64()] != Location.Value; in buildMLocValueMap()
2745 MOutLocs[*MBB][Location.Idx.asU64()] = Location.Value; in buildMLocValueMap()
2799 const LiveIdxT &LiveOuts, FuncValueTable &MOutLocs, in pickVPHILoc() argument
2865 pickOperandPHILoc(Idx, MBB, LiveOuts, MOutLocs, BlockOrders); in pickVPHILoc()
2879 FuncValueTable &MOutLocs, in pickOperandPHILoc() argument
2906 if (MOutLocs[*p][I] == ValToLookFor) in pickOperandPHILoc()
2919 if (MOutLocs[*p][I] == MPHI) in pickOperandPHILoc()
3131 FuncValueTable &MOutLocs, FuncValueTable &MInLocs, in buildVLocValueMap() argument
[all …]
H A DInstrRefBasedImpl.h1367 FuncValueTable &MOutLocs,
1439 LiveInsT &Output, FuncValueTable &MOutLocs,
1461 const LiveIdxT &LiveOuts, FuncValueTable &MOutLocs,
1466 FuncValueTable &MOutLocs,
1495 LiveInsT &Output, FuncValueTable &MOutLocs,