Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3437 SmallVectorImpl<unsigned> &EjectionMap, in makeDepthFirstEjectionMap() argument
3472 if (EjectionMap[BBNum] == 0) in makeDepthFirstEjectionMap()
3473 EjectionMap[BBNum] = WS->getDFSOut(); in makeDepthFirstEjectionMap()
3498 SmallVector<unsigned, 16> EjectionMap; in depthFirstVLocAndEmit() local
3499 EjectionMap.resize(MaxNumBlocks, 0); in depthFirstVLocAndEmit()
3500 makeDepthFirstEjectionMap(EjectionMap, ScopeToDILocation, in depthFirstVLocAndEmit()
3579 if (WS->getDFSOut() == EjectionMap[MBB->getNumber()]) in depthFirstVLocAndEmit()
H A DInstrRefBasedImpl.h1392 void makeDepthFirstEjectionMap(SmallVectorImpl<unsigned> &EjectionMap,