Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h58 using LiveOutMap = IndexedMap<LiveOutPair, MBB2NumberFunctor>; variable
97 LiveOutMap Map;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2540 auto LiveOutMap = LiveOuts.find(p); in pickVPHILoc() local
2541 if (LiveOutMap == LiveOuts.end()) in pickVPHILoc()
2546 auto It = LiveOutMap->second->find(Var); in pickVPHILoc()
2547 if (It == LiveOutMap->second->end()) in pickVPHILoc()