Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.cpp139 auto existingIt = locationToLoc.find(std::make_pair(loc, scope)); in translateLoc()
140 if (existingIt != locationToLoc.end()) in translateLoc()
176 locationToLoc.try_emplace(std::make_pair(loc, scope), llvmLoc); in translateLoc()
H A DDebugTranslation.h54 locationToLoc; variable