Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2711 MOutLocs[*MBB][Location.Idx.asU64()] = Location.Value; in buildMLocValueMap()
2765 const LiveIdxT &LiveOuts, FuncValueTable &MOutLocs, in pickVPHILoc() argument
2845 FuncValueTable &MOutLocs, in pickOperandPHILoc() argument
2872 if (MOutLocs[*p][I] == ValToLookFor) in pickOperandPHILoc()
2885 if (MOutLocs[*p][I] == MPHI) in pickOperandPHILoc()
3096 FuncValueTable &MOutLocs, FuncValueTable &MInLocs, in buildVLocValueMap() argument
3520 process(MI, &MOutLocs, &MInLocs); in depthFirstVLocAndEmit()
3527 MOutLocs.ejectTableForBlock(MBB); in depthFirstVLocAndEmit()
3692 FuncValueTable MOutLocs(MaxNumBlocks, NumLocs); in ExtendRanges() local
3699 buildMLocValueMap(MF, MInLocs, MOutLocs, MLocTransfer); in ExtendRanges()
[all …]
H A DInstrRefBasedImpl.h1314 FuncValueTable &MOutLocs,
1386 LiveInsT &Output, FuncValueTable &MOutLocs,
1408 const LiveIdxT &LiveOuts, FuncValueTable &MOutLocs,
1413 FuncValueTable &MOutLocs,
1443 LiveInsT &Output, FuncValueTable &MOutLocs, FuncValueTable &MInLocs,