Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h58 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>; variable
97 LiveOutMap Map;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2836 auto LiveOutMap = LiveOuts.find(p); in pickVPHILoc() local
2837 if (LiveOutMap == LiveOuts.end()) in pickVPHILoc()
2842 auto It = LiveOutMap->second->find(Var); in pickVPHILoc()
2843 if (It == LiveOutMap->second->end()) in pickVPHILoc()