Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3438 SmallVectorImpl<unsigned> &EjectionMap, in makeDepthFirstEjectionMap() argument
3473 if (EjectionMap[BBNum] == 0) in makeDepthFirstEjectionMap()
3474 EjectionMap[BBNum] = WS->getDFSOut(); in makeDepthFirstEjectionMap()
3499 SmallVector<unsigned, 16> EjectionMap; in depthFirstVLocAndEmit() local
3500 EjectionMap.resize(MaxNumBlocks, 0); in depthFirstVLocAndEmit()
3501 makeDepthFirstEjectionMap(EjectionMap, ScopeToDILocation, in depthFirstVLocAndEmit()
3579 if (WS->getDFSOut() == EjectionMap[MBB->getNumber()]) in depthFirstVLocAndEmit()
H A DInstrRefBasedImpl.h1431 void makeDepthFirstEjectionMap(SmallVectorImpl<unsigned> &EjectionMap,