Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDroppedVariableStats.cpp30 InlinedAts.push_back({DenseMap<StringRef, DenseMap<VarID, DILocation *>>()}); in setup()
36 assert(!InlinedAts.empty() && "InlinedAts shouldn't be empty!"); in cleanup()
38 InlinedAts.pop_back(); in cleanup()
47 auto It = InlinedAts.back().find(FuncName); in calculateDroppedStatsAndPrint()
48 if (It == InlinedAts.back().end()) in calculateDroppedStatsAndPrint()
93 auto &InlinedAtsMap = InlinedAts.back(); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDroppedVariableStats.h76 SmallVector<DenseMap<StringRef, DenseMap<VarID, DILocation *>>> InlinedAts; variable