Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3513 auto DILocationIt = ScopeToDILocation.find(WS); in makeDepthFirstEjectionMap() local
3514 if (DILocationIt != ScopeToDILocation.end()) { in makeDepthFirstEjectionMap()
3515 getBlocksForScope(DILocationIt->second, BlocksToExplore, in makeDepthFirstEjectionMap()
3618 auto DILocationIt = ScopeToDILocation.find(WS); in depthFirstVLocAndEmit() local
3619 if (DILocationIt == ScopeToDILocation.end()) in depthFirstVLocAndEmit()
3622 getBlocksForScope(DILocationIt->second, BlocksToExplore, in depthFirstVLocAndEmit()