Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2963 SmallVectorImpl<unsigned> &EjectionMap, in makeDepthFirstEjectionMap() argument
2998 if (EjectionMap[BBNum] == 0) in makeDepthFirstEjectionMap()
2999 EjectionMap[BBNum] = WS->getDFSOut(); in makeDepthFirstEjectionMap()
3024 SmallVector<unsigned, 16> EjectionMap; in depthFirstVLocAndEmit() local
3025 EjectionMap.resize(MaxNumBlocks, 0); in depthFirstVLocAndEmit()
3026 makeDepthFirstEjectionMap(EjectionMap, ScopeToDILocation, in depthFirstVLocAndEmit()
3104 if (WS->getDFSOut() == EjectionMap[MBB->getNumber()]) in depthFirstVLocAndEmit()
H A DInstrRefBasedImpl.h1112 void makeDepthFirstEjectionMap(SmallVectorImpl<unsigned> &EjectionMap,