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.cpp3484 SmallVectorImpl<unsigned> &EjectionMap, in makeDepthFirstEjectionMap() argument
3519 if (EjectionMap[BBNum] == 0) in makeDepthFirstEjectionMap()
3520 EjectionMap[BBNum] = WS->getDFSOut(); in makeDepthFirstEjectionMap()
3545 SmallVector<unsigned, 16> EjectionMap; in depthFirstVLocAndEmit() local
3546 EjectionMap.resize(MaxNumBlocks, 0); in depthFirstVLocAndEmit()
3547 makeDepthFirstEjectionMap(EjectionMap, ScopeToDILocation, in depthFirstVLocAndEmit()
3625 if (WS->getDFSOut() == EjectionMap[MBB->getNumber()]) in depthFirstVLocAndEmit()
H A DInstrRefBasedImpl.h1482 void makeDepthFirstEjectionMap(SmallVectorImpl<unsigned> &EjectionMap,