Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h30 using DebugInstMap = llvm::MapVector<const llvm::Instruction *, bool>; variable
40 DebugInstMap DILocations;
/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp419 static bool checkInstructions(const DebugInstMap &DILocsBefore,
420 const DebugInstMap &DILocsAfter, in checkInstructions()