Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3513 SmallVectorImpl<unsigned> &EjectionMap, in makeDepthFirstEjectionMap() argument
3548 if (EjectionMap[BBNum] == 0) in makeDepthFirstEjectionMap()
3549 EjectionMap[BBNum] = WS->getDFSOut(); in makeDepthFirstEjectionMap()
3574 SmallVector<unsigned, 16> EjectionMap; in depthFirstVLocAndEmit() local
3575 EjectionMap.resize(MaxNumBlocks, 0); in depthFirstVLocAndEmit()
3576 makeDepthFirstEjectionMap(EjectionMap, ScopeToDILocation, in depthFirstVLocAndEmit()
3654 if (WS->getDFSOut() == EjectionMap[MBB->getNumber()]) in depthFirstVLocAndEmit()
H A DInstrRefBasedImpl.h1476 void makeDepthFirstEjectionMap(SmallVectorImpl<unsigned> &EjectionMap,